gvim Exuberant ctags (http://ctags.sf.net) not ...

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

你可能感兴趣的:(gvim Exuberant ctags (http://ctags.sf.net) not ...)