vim73重新编译安装,cscope仍然不能使用
下载的官方的vim7.3,在src/Makefile中将下面两行的注释去掉了,CONF_OPT_CSCOPE=--enable-cscopeprefix=$(HOME)安...
下载的官方的vim 7.3,
在src/Makefile中将下面两行的注释去掉了,
CONF_OPT_CSCOPE = --enable-cscope
prefix = $(HOME)
安装成功
vim --version | grep "cscope" 的结果是
-conceal +cryptv -cscope +cursorbind +cursorshape +dialog_con_gui +diff
打开vim,随意执行一条cscope命令显示如下warning:
E319: Sorry, the command is not available in this version
vimrc已经配置过了
if has("cscope")
set csprg=/usr/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
vimrc的配置可能会有问题,把set csprg=/usr/bin/cscope注释掉了,因为我是在$HOME下安装的,
但问题依旧; 展开
在src/Makefile中将下面两行的注释去掉了,
CONF_OPT_CSCOPE = --enable-cscope
prefix = $(HOME)
安装成功
vim --version | grep "cscope" 的结果是
-conceal +cryptv -cscope +cursorbind +cursorshape +dialog_con_gui +diff
打开vim,随意执行一条cscope命令显示如下warning:
E319: Sorry, the command is not available in this version
vimrc已经配置过了
if has("cscope")
set csprg=/usr/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
vimrc的配置可能会有问题,把set csprg=/usr/bin/cscope注释掉了,因为我是在$HOME下安装的,
但问题依旧; 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询