[]$ vim test.txt
Error detected while processing /home/centos7/.vimrc:
line 98:
E568: duplicate cscope database not added
Press ENTER or type command to continue
解救办法:
[]$ vim /home/centos7/.vimrc +98
98 " cs add $CSCOPE_DB 注释掉
99 set nocscopeverbose 添加
本文介绍了一种常见的Vim编辑器加载错误——重复的cscope数据库,并提供了具体的修正步骤。通过注释掉引起冲突的设置并调整配置文件,可以有效避免此问题。

5836

被折叠的 条评论
为什么被折叠?



