这么多年的vim白用了
execute pathogen#infect()
” line number
set nu
set backup
set nobackup
set nowb
set noswapfile
set helplang=cn
“set list
” tab length
set ts=1
set expandtab
” high light search info
set hlsearch
” Makes search act like search in modern browsers
set incsearch
” Show matching brackets when text indicator is over them
set showmatch
” Enable syntax highlighting
syntax enable
try
colorscheme desert
catch
endtry
set background=dark
set ai “Auto indent
“set si “Smart indent
set wrap “Wrap lines