3 lines
101 B
VimL
3 lines
101 B
VimL
" No spell checking in code file
|
|
autocmd BufNewFile,BufRead *.M,*.I,*.D,*.MOD,*.DEF setlocal nospell
|