首页 > 编译的vim没有彩色显示,但是有粗体,高亮

编译的vim没有彩色显示,但是有粗体,高亮

vim的版本是7.4,编译安装的过程中没有任何报错信息
编译安装的命令是这样的

./configure --with-features=huge \
        --enable-multibyte \
        --enable-rubyinterp \
        --enable-pythoninterp \
        --with-python-config-dir=/usr/lib/python2.7/config \
        --enable-perlinterp \
        --enable-luainterp \
        --enable-cscope --prefix=/home/xxx/
make && make install

安装完后是这样的

但是使用系统自带的/usr/bin/vim却有颜色,自带的是6.3

终端使用的是xshell,系统发行版是redhat linux
求教是什么问题呢?

【热门文章】
【热门文章】