snipmate警告snipmate.vim已定义

时间:2014-08-11 06:16:14

标签: vim warnings defined snipmate

每次打开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但没有任何反应。

1 个答案:

答案 0 :(得分:0)

您必须更新vim插件,主要是您必须清理该文件夹。

如果您使用Vundle来管理插件,可以运行此命令来删除重复项,未使用的插件等:

vim +BundleClean +qall