装配vim 支持多字节,解决中文乱码

安装vim 支持多字节,解决中文乱码./configure --enable-multibyte --with-featureshugemake && make inst

安装vim 支持多字节,解决中文乱码

./configure --enable-multibyte --with-features=huge

make && make install