1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
set nu
set fenc=utf-8
set fencs=utf-8,usc-bom,euc-jp,gb18030,gbk,gb2312,cp936
filetype plugin indent on
"color evening
set tabstop=4
set nocompatible
set clipboard+=unnamed
set autoindent
set softtabstop=4
set shiftwidth=4
set noexpandtab
syntax on