1. 获取macvim源代码git clone https://github.com/b4winckler/macvim.git
2 配置及编译
.
/configure
--with-features=huge
3make
4编译后的文件在src/MacVim/build/Release目录下,将MacVim.app复制到/Applications目录下即可
升级系统后maxvim不能用,重新下载编译个
原文:http://www.cnblogs.com/thrillerz/p/4083297.html