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
当使用Vim编辑器时遇到插件加载错误提示Exuberant ctags not found in PATH本教程将指导您如何下载并配置Exuberant ctags插件,确保插件正常加载,并提供在不同操作系统上的配置示例。
2516

被折叠的 条评论
为什么被折叠?



