每次打开vim时,如何摆脱这个恼人的错误信息?:
Warning in snipMate.vim: Snippet c) is already defined. See :h multi_snip for help on snippets with multiple matches.
我试图通过
安装snipmate % 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
但是,snipmate不起作用,所以我用
删除了这些目录(包括其中的所有文件)rm -rf {directories}
然后尝试使用不同的来源再次安装它,之后谷歌找到了一个不同的网站如何安装,认为它很好......
cd ~/.vim
mv snippets snippets.orig
git clone git://github.com/scrooloose/snipmate-snippets.git snippets
我想我必须卸载旧文件,但我不知道如何。
我尝试在vim中打开:h multi_snip
但没有任何反应。
答案 0 :(得分:0)