构建MacVim - 缺少一些可用的功能


0

当我从源代码编译MacVim时,我使用一堆标志进行配置:

./configure --enable-features=huge ...(enable python,ruby,perl, and c interpreters)... --enable-gui=macvim

但是当我运行vim时,它没有启用此功能--remote-tab-silent,我过去一直使用它。

它也不能识别的关键字undofileundodirrelativenumber。当我使用macports安装时,所有这些都有效。显然,我的构建中缺少一些功能,但我不知道在哪里设置正确的配置标志。

另外,我从头开始构建的唯一原因是Command-T插件需要ruby解释器,默认情况下macports不会编译。因此,如果您有任何建议如何比从头开始构建更容易,那也可以。

知道我该怎么做才能研究这个吗?解决方案?我很迷茫。

Answers:


0

我相信应该是--with-features=huge并且--enable-rubyinterp得到你想要的东西。如果undofileundodirrelativenumber缺失,请确保您正在编译7.3版,因为那些版本已添加到该版本中。

在MacPorts下,试试吧sudo port install macvim +huge +ruby

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.