set number
set nocompatible
filetype on
set history=1000
set background=dark
syntax on
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set showmatch
set guioptions=T
set vb t_vb=
set ruler
set nohls
set incsearch
if has("vms")
set nobackup
else
set backup
endif
本文转自ting2junshui51CTO博客,原文链接: http://blog.51cto.com/ting2junshui/730522,如需转载请自行联系原作者