vim74安装

1) 常用编译选项

./configure --with-features=huge 
    --enable-multibyte 
    --enable-rubyinterp 
    --enable-pythoninterp 
    --with-python-config-dir=/usr/lib/python2.6/config 
    --enable-perlinterp 
    --enable-luainterp 
    --enable-cscope --prefix=/usr
make VIMRUNTIMEDIR=/usr/share/vim/vim74
sudo make install
原文地址:https://www.cnblogs.com/274914765qq/p/6218636.html