.vimrc
时间:2007-01-07 来源:timeless2007
set enc=utf-8
set fencs=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set mouse=a
set wildmenu
set nu
set ruler
set tabstop=4
set softtabstop=4
set shiftwidth=4
set cindent
set autoindent
set autoread
set nohlsearch
set expandtab
set history=400
filetype indent on
filetype plugin on
filetype on
syntax on
if version >=603
set helplang=cn
endif
set rtp +=/app/vim/share/vim/vimcdoc-1.5.0
"在查找时忽略大小写"
set incsearch
set fencs=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936
set mouse=a
set wildmenu
set nu
set ruler
set tabstop=4
set softtabstop=4
set shiftwidth=4
set cindent
set autoindent
set autoread
set nohlsearch
set expandtab
set history=400
filetype indent on
filetype plugin on
filetype on
syntax on
if version >=603
set helplang=cn
endif
set rtp +=/app/vim/share/vim/vimcdoc-1.5.0
"在查找时忽略大小写"
set incsearch
相关阅读 更多 +