How can I get rid of this annoying error message occuring everytime I open vim?:
Warning in snipMate.vim: Snippet c) is already defined. See :h multi_snip for help on snippets with multiple matches.
I tried to install snipmate by
% cd ~/.vim/bundle
% git clone https://github.com/tomtom/tlib_vim.git
% git clone https://github.com/MarcWeber/vim-addon-mw-utils.git
% git clone https://github.com/garbas/vim-snipmate.git
% git clone https://github.com/honza/vim-snippets.git
However, snipmate did not work, so I deleted these directories(including all files in it) with
rm -rf {directories}
then tried to install it again using a different source after Google found me a different site how to install, thinking it's fine...
cd ~/.vim
mv snippets snippets.orig
git clone git://github.com/scrooloose/snipmate-snippets.git snippets
I think I have to uninstall the old files, but I dont know how.
I tried to open :h multi_snip
in vim but nothing happens.