1

I installed the "tagbar" plugin using Vundle, by addind this to my vimrc:

Bundle 'majutsushi/tagbar'

Version 5.8 of ctags is installed and on my path. I'm using win7. When I try to start tagbar, however, I get this (note: I'm editing a ruby file and executed :TagbarToggle:

tagbar errors

4

1 回答 1

1

列出后检查Bundle以确保其所有文件都被 Vundle 拉下 -~/.vim/bundle/tagbar/应该存在,并且

ls ~/.vim/bundle/tagbar/

应该列出所有插件的文件和目录(autoload/doc/plugin/等)。(Vundle 应该在:BundleInstall- 或:BundleInstall!更新列出的插件 - 运行时执行此操作。)

如果所有插件的文件都在那里,请尝试运行:scriptnames以查看它们是否都被获取。

于 2013-10-13T23:32:17.630 回答