[]$ 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 添加
版权声明:本文为daa20原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。