我在 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