syntax on set cursorline set ruler setshiftwidth=4 setsofttabstop=4 settabstop=4 set expandtab set nobackup set autochdir filetype plugin indent on set incsearch set hlsearch set showmatch set magic set smartindent setfileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 settermencoding=utf-8 setencoding=utf-8 set ignorecase set smartcase hi Comment ctermfg=blue