VIM:不是编辑器命令:MiniBufExplorer

发布于 2024-12-27 23:58:09 字数 367 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮华 2025-01-03 23:58:09

该文件应该放在 .vim/bundle/plugin 目录中,而不是直接放在 bundle 下。

要修复它:

mkdir -p ~/.vim/bundle/plugin
mv ~/.vim/bundle/minibufexpl.vim ~/.vim/bundle/plugin

The file should be put in the .vim/bundle/plugin directory, and not directly under bundle.

To fix it:

mkdir -p ~/.vim/bundle/plugin
mv ~/.vim/bundle/minibufexpl.vim ~/.vim/bundle/plugin
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文