Solving Snipmate vim error Snippet c) is already defined


Today i get these errors after forking my github :

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

Warning in snipMate.vim: Snippet while is already defined. See :h multi_snip for
help on snippets with multiple matches.
Warning in snipMate.vim: Snippet r is already defined. See :h multi_snip for hel
p on snippets with multiple matches.
Warning in snipMate.vim: Snippet w is already defined. See :h multi_snip for hel
p on snippets with multiple matches.
Warning in snipMate.vim: Snippet rw is already defined. See :h multi_snip for he
lp on snippets with multiple matches.
Warning in snipMate.vim: Snippet defs is already defined. See :h multi_snip for
help on snippets with multiple matches.
Warning in snipMate.vim: Snippet defmm is already defined. See :h multi_snip for
help on snippets with multiple matches.
Warning in snipMate.vim: Snippet am is al

What the heck with this snipMate problem? Until i remember something 😀

here are the solution :

delete snippets folder in bundle/snipmate.vim. This error happen because you already have another snipmate snippets in bundle folder. Just delete the default snippets in Snipmate.vim and all problems gone!


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.