为什么cscope不在vim上显示索引和行号?

时间:2015-10-23 10:39:57

标签: vim cscope

我的操作系统版本是MAC OS X 10.10,安装了vim(7.3)和cscope(15.8a)。 但它无法正确显示索引和行号: the screenshot is here

〜/ .vimrc中关于cscope的配置如下:

if has("cscope")
      set csprg=/usr/local/bin/cscope
      set csto=1
      set cst 
      set nocsverb
      " add any database in current directory
      if filereadable("cscope.out")
          cs add cscope.out
      endif
          set csverb
endif

我不知道问题出在哪里,请提前给我一些提示。

0 个答案:

没有答案
相关问题