carlhuda / janus

Vim distribution
7.88k stars 812 forks source link

SnipMate broken and disabling it causes explosions #437

Open sdhull opened 12 years ago

sdhull commented 12 years ago

With SnipMate enabled:

Error detected while processing /Users/User/.vim/after/plugin/snipMate.vim:
line   37:
E117: Unknown function: GetSnippets

With more errors after the buffer is loaded.

Error detected while processing FileType Auto commands for "*":
E117: Unknown function: GetSnippets

After adding call janus#disable_plugin("snipmate", "it's broken") to .vimrc.before:

Warning in snipMate.vim: Snippet c) is already defined. See :h multi_snip for help on snippets with multiple matches.
Warning in snipMate.vim: Snippet date is already defined. See :h multi_snip for help on snippets with multiple matches.
Warning in snipMate.vim: Snippet ddate is already defined. See :h multi_snip for help on snippets with multiple matches.
kalbasit commented 12 years ago

Well the answer is in the error you got, /Users/User/.vim/after/plugin/snipMate.vim this file is not installed by janus!! Please remove ~/.vim* and ~/.gvim* (of course keep a copy of the before/after files) and reinstall!