snipMate安装后报错

网友投稿 928 2022-10-06 22:30:12

snipMate安装后报错

自己安装了 snipMate,启动vim后出现以下错误:

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.Press ENTER or type command to continue[root@localhost ~]# vim hello.c 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.Press ENTER or type command to continue[root@localhost ~]# vim hello.c 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.Press ENTER or type command to continue

错误原因:

我在/usr/share/vim/vim72和~/.vim分别解压了 snipMate.zip一次,造成了文件重复。

解决办法:

将/usr/share/vim/vim72中snipMate相关的文件去除即可。

总结一下snipMate的安装办法:

1.到​​snipMate.zip”解压。如果没有~/.vim目录,自己创建。

3.修改~/.vimrc,增加这么一行:

filetype plugin on

4.启动Vim打开一个C文件,输入"int main"看看会发生什么。

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:关于YII的菜单插件 CMenu和面包末breadcrumbs路径管理插件的一些使用问题
下一篇:VIM复制粘贴大全!
相关文章