vim在cygwin有些奇怪的下划线,怎么能解决这个问题呢?

时间:2012-12-24 13:13:52

标签: vim cygwin underline

enter image description here enter image description here

我在windows7上使用cygwin,在〜/ .vimrc中使用语法。

当我尝试编写测试shell文件时,有太多下划线,它很无聊,我怎么能摆脱它?我尝试让html_no_rendering = 1,但它在这里不起作用,而且这些文件不是html文件。

这是我的〜/ .vimrc:

set nu
hi LineNr       term=NONE cterm=NONE
set ts=4
set fenc=4
set fencs=utf-8,usc-bom,euc-jp,gb18030,gbk,gb2312,cp936
set nocp
set ai
set si
if &term != "cygwin"
    set ruler
endif
set incsearch
set showmatch
set backspace=indent,eol,start
syntax on
set shiftwidth=4
set expandtab
set encoding=utf8
set fileencodings=utf8,gbk


set nocompatible 
set history=50 
set autoindent 
set smartindent 
set showmatch 
set showcmd
set wildmenu
set fo=cqrt
set laststatus=2
set textwidth=78
filetype on
filetype plugin on
filetype indent on
set nobackup

1 个答案:

答案 0 :(得分:0)

下划线在您的colorscheme中定义。打开它并搜索单词underline。您可以将该值更改为:

bold
undercurl
reverse
inverse
italic
standout
NONE