MacVim 和 Rails 插件 - 缺少菜单
我已经在MacVim上安装了rails.vim并且一切正常,也就是说我可以使用Vim中的额外功能。问题是插件菜单没有rails插件。有没有简单的方法将其添加到主菜单?
I have installed rails.vim on MacVim and everything is working correctly, that is I can use the extra functions in Vim. The problem is that the Plugin menu doesn't have the rails plugin. Is there an easy way to add it to the main menu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于某些原因,Mac 版本的 vim 禁用了该菜单。要打开它,请编辑 ~/.vim/plugin/rails.vim 第 63 行以读取:
我已经通过此更改制作了一个 github 分支,可在 https://github.com/existentialmutt/vim-rails
For some reason, the menu is disabled for mac versions of vim. To turn it on, edit ~/.vim/plugin/rails.vim line 63 to read:
I've made a github fork with this change, available at https://github.com/existentialmutt/vim-rails