diff --git a/vimrc b/vimrc index 9e24ceb..5c2e8ef 100644 --- a/vimrc +++ b/vimrc @@ -277,10 +277,10 @@ if has('autocmd') " Reload snippets after editing the snippets file. Snippet files are " .snippets. Get from the filename and reload the " snippets for that type. - augroup ReloadSnippets - autocmd! - autocmd BufWritePost *.snippets :call ReloadSnippets(expand('%:t:r')) - augroup END + "augroup ReloadSnippets + " autocmd! + " autocmd BufWritePost *.snippets :call ReloadSnippets(expand('%:t:r')) + "augroup END " Clean whitespace before saving: Python, C, HTML, and Objective-C augroup StripTrailingWhitespace