【发布时间】:2012-06-21 06:11:40
【问题描述】:
问题: 当我尝试在 vim(版本 7.3)中打开文件时出现以下错误。
cs_read_prompt EOF:非法搜索 E609: Cscope 错误: cscope: cannot read list size from file cscope.out
说明: 我使用命令“cscope -b -R”创建了 cscope 数据库“cscope.out”。文件 ~/.vim/plugin/cscope_maps.vim 包含命令“cs add cscope.out”来添加 cscope 数据库。当我尝试打开其中一个源文件时,出现上述错误。
uname -a
Linux 2.6.16.60-0.58.1.3835.0.PTF.638363-smp #1 SMP Wed Dec 2 12:27:56 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
这可能是什么问题?
感谢您的帮助。
【问题讨论】:
标签: cscope