From db80027544fdb56160b2e4bef16a98bdc1da76c8 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 10 May 2020 19:23:44 -0400 Subject: updates --- general/functions.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'general/functions.vim') 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 -- cgit v1.2.3