diff options
Diffstat (limited to 'general')
| -rw-r--r-- | general/functions.vim | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/general/functions.vim b/general/functions.vim index 31297c36..a708c61e 100644 --- a/general/functions.vim +++ b/general/functions.vim @@ -1,11 +1,11 @@  " Turn spellcheck on for markdown files -augroup auto_spellcheck -  autocmd BufNewFile,BufRead *.md setlocal spell -augroup END +" augroup auto_spellcheck +  " autocmd BufNewFile,BufRead *.md setlocal spell +" augroup END  " Remove trailing whitespaces automatically before save -augroup strip_ws -  autocmd BufWritePre * call utils#stripTrailingWhitespaces() -augroup END +" augroup strip_ws +  " autocmd BufWritePre * call utils#stripTrailingWhitespaces() +" augroup END  | 
