6 set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1
7 set fileformats=unix,dos,mac
8 "set langmenu=zh_CN.UTF-8
11 set list! " Display unprintable characters
12 set listchars=tab:▸\ ,trail:•,extends:»,precedes:«
13 set backspace=eol,start,indent " Allow backspace
14 set visualbell t_vb= " Disable error bells
15 set virtualedit=onemore " block, insert, all, onemore
16 set formatoptions-=t formatoptions+=croql
18 set smarttab " Make <tab> and <backspace> smarter
19 set expandtab " expand tabs to spaces
20 set tabstop=4 softtabstop=4 shiftwidth=4
21 set autoindent smartindent shiftround
23 set ignorecase " ignore case when searching
24 set smartcase " no ignorecase if Uppercase char present