設定ファイル

vimrc

set nobackup
set expandtab
set autoindent
set number
set ignorecase
set nowrapscan
set showmatch
set showmode
set tabstop=4
set shiftwidth=4
set clipboard+=unnamed

gvimrc

 colorscheme torte
 "colorscheme lilac
 "colorscheme desert
 set guioptions-=T
 set guioptions+=lr
 set vb t_vb=
 set iminsert=0 imsearch=0
 if v:version >= 700
     set cursorline cursorcolumn
     hi CursorLine guibg=#000044
     hi CursorColumn guibg=#000044
 endif
 set statusline=%<%f\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,%c%V%8P