VIM:不是编辑器命令:MiniBufExplorer
我正在使用 Pathogen 并复制了 minibufexplorer 插件:
wget -O ~/.vim/bundle/minibufexpl.vim https://raw.github.com/fholgado/minibufexpl.vim/master/plugin/minibufexpl.vim
在 vim 中,当我尝试 :MiniBufExplorer
时,出现错误:
E492: Not an editor command: MiniBufExplorer
操作系统:CentOS
Vim 7.3
我错过了什么吗?
I am using pathogen and I copied the minibufexplorer plugin:
wget -O ~/.vim/bundle/minibufexpl.vim https://raw.github.com/fholgado/minibufexpl.vim/master/plugin/minibufexpl.vim
In vim when I try :MiniBufExplorer
I get the error:
E492: Not an editor command: MiniBufExplorer
OS: CentOS
Vim 7.3
Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该文件应该放在
.vim/bundle/plugin
目录中,而不是直接放在bundle
下。要修复它:
The file should be put in the
.vim/bundle/plugin
directory, and not directly underbundle
.To fix it: