1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-23 14:42:31 +01:00

disabled loading snippets for help files

This commit is contained in:
Michael Sanders
2009-03-26 13:23:35 -04:00
parent 875ced1101
commit 4e06ee1aa4

View File

@@ -24,5 +24,5 @@ if filereadable(snippets_dir.'_.snippets')
call ExtractSnipsFile(snippets_dir.'_.snippets')
endif
au FileType * call GetSnippets(g:snippets_dir)
au FileType * if &ft != 'help' | call GetSnippets(g:snippets_dir) | endif
" vim:noet:sw=4:ts=4:ft=vim