janus icon indicating copy to clipboard operation
janus copied to clipboard

SnipMate broken and disabling it causes explosions

Open sdhull opened this issue 13 years ago • 1 comments

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.

sdhull avatar Apr 17 '12 21:04 sdhull

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!

kalbasit avatar Apr 17 '12 21:04 kalbasit