react 前端框架如何驱动企业数字化转型与创新发展
883
2022-10-06
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小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~