This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" disable VI's compatible mode.. | |
set nocompatible | |
" set encoding=utf-8 | |
set fileencodings=ucs-bom,utf-8,gbk,default,latin1 | |
" use chinese help | |
set helplang=cn | |
"set mouse=a | |
set number "设置显示行号 | |
set expandtab | |
set tabstop=4 |
NewerOlder