vim配置文件:

    全局:/etc/vimrc

    个人:~/.vimrc

内容:

set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
set mouse=a
set hls
set nu
set showmatch
syntax on
filetype plugin on
"let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'
"let g:pydiction_menu_height = 3

"-- Taglist setting --
let Tlist_Auto_Highlight_Tag=1
"let Tlist_Auto_Open=1
let Tlist_Auto_Update=1
let Tlist_Use_Right_Window=1
let Tlist_Exit_OnlyWindow=1
let &termencoding=&encoding
set fileencodings=utf-8,gbk