Comment out reloading snippets on write
This commit is contained in:
parent
ebfbba44c8
commit
2d92e48960
1 changed files with 4 additions and 4 deletions
8
vimrc
8
vimrc
|
@ -277,10 +277,10 @@ if has('autocmd')
|
||||||
" Reload snippets after editing the snippets file. Snippet files are
|
" Reload snippets after editing the snippets file. Snippet files are
|
||||||
" <filetype>.snippets. Get <filetype> from the filename and reload the
|
" <filetype>.snippets. Get <filetype> from the filename and reload the
|
||||||
" snippets for that type.
|
" snippets for that type.
|
||||||
augroup ReloadSnippets
|
"augroup ReloadSnippets
|
||||||
autocmd!
|
" autocmd!
|
||||||
autocmd BufWritePost *.snippets :call ReloadSnippets(expand('%:t:r'))
|
" autocmd BufWritePost *.snippets :call ReloadSnippets(expand('%:t:r'))
|
||||||
augroup END
|
"augroup END
|
||||||
|
|
||||||
" Clean whitespace before saving: Python, C, HTML, and Objective-C
|
" Clean whitespace before saving: Python, C, HTML, and Objective-C
|
||||||
augroup StripTrailingWhitespace
|
augroup StripTrailingWhitespace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue