colorscheme desert
set nu
set guioptions-=T
set noswf
set nobackup
set helplang=cn
filetype on
highlight Pmenu guibg=black
highlight PmenuSel guibg=goldenrod
highlight PmenuSbar guibg=gray
let php_sql_query=1
let php_baselib=1
let php_htmlInStrings=1
let php_asp_tags=1
let php_parent_error_close=1
let php_folding=1
let phtml_sql_query = 1
set shiftwidth=4
set filetype=html
autocmd FileType javascript,html set dictionary=$VIMRUNTIME\dict\javascript.dict
autocmd FileType css,html set dictionary=$VIMRUNTIME\dict\css.dict
转载于:https://www.cnblogs.com/lenvens/archive/2009/10/28/1591537.html