diff --git a/after/plugin/snipMate.vim b/after/plugin/snipMate.vim index 5ac1488..e2f23a2 100644 --- a/after/plugin/snipMate.vim +++ b/after/plugin/snipMate.vim @@ -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