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

Sven Keidel 2009-04-05 09:36:44 EDT

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

posted on 2013-04-16 09:23  Tmacy  阅读(339)  评论(0编辑  收藏  举报

导航