您的位置:首页 > 理论基础 > 计算机网络

gvim Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded

2011-10-16 23:24 1331 查看

Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded

The bug depends on the vim plugin "taglist". The plugin requirers the"Exuberant ctags" wich you can download at http://ctags.sf.net. After you have
unziped it, you have to add the ctags location to the PATH variable, or set the
Tlist_Ctags_Cmd variable in the .vimrc file
(http://vim-taglist.sourceforge.net/manual.html#%27Tlist_Ctags_Cmd%27).
e.g.
Windows:
let Tlist_Ctags_Cmd = 'd:\tools\ctags.exe'

Unix:
let Tlist_Ctags_Cmd = '/usr/local/bin/ctags'

Now restart Vim and the message shouldnt pop up again
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐