-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mizegit edited this page Oct 20, 2017
·
5 revisions
set nocp
set tabstop=4
set shiftwidth=4
set noexpandtab
colorscheme evening
set guioptions-=m
set guioptions-=T
set nu
set noundofile
set nobackup
set lines=50
set columns=100
winpos 656 34
if has("gui_running")
if has("gui_win32")
set guifont=Consolas:h11:cANSI
endif
endif
autocmd BufEnter * silent! lcd %:p:h
set fileencodings=utf-8,ucs-bom,shift-jis,latin1,big5,gb18030,gbk,gb2312,cp936
set encoding=utf-8
set fileencoding=utf-8
set cindent
" menu
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim