日期:2014-05-16 浏览次数:20583 次
syntax on
set nu
hi Comment ctermfg=DarkCyan
set backspace=2
set mouse=a
set selection=exclusive
set selectmode=mouse,key
filetype on
filetype plugin on
filetype indent on
set fileencodings=utf-8
set encoding=utf-8
set ambiwidth=double
set hlsearch
set incsearch
set cindent
set tabstop=4
set autoindent
set showmatch
set matchtime=1
set wildmenu
setlocal noswapfile
set bufhidden=hide