Cat ~/.vimrcsyntax onset nuset encoding=utf-8set ts=4set fileencodings=ucs-bom,utf-8,cp936set fileencoding=gb2312set Termencoding=utf-8 "" "" "" "" "" "" "" "" "" "Quickly" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" cr>func! COMPILERUNGCC () Exec "W" if &filetype = = ' C ' exec "!g++%-o%<" exec " !time ./%< "ElseIf &filetype = = ' cpp ' EXEC '!g++%-o%< ' exec '!time./%&L t; " ElseIf &filetype = = ' java ' exec '!javac% ' exec '!time java%< ' ElseIf &fi Letype = = ' sh ':!time bash% elseif &filetype = = ' python ' exec '!time python2.7% "ElseIf &filetype = = ' html ' EXEC '!firefox% &" ElseIf &filetype = = ' Go ' "Exec"!go build%< "exec"!time go run% "elseif &filetype = ' MKD ' Exec "!~/.vim/markdown.pl% >%.html & "Exec"!firefox%.html & "Endifendfunc" "" "" "" "" "Syntastic" "" " "" "" "" "" "" "" Execute Pathogen#infect () set statusline+=% #warningmsg #set statusline+=%{syntasticstatuslineflag ()}set Statusline+=%*let g:syntastic_always_populate_loc_list = 1let g:syntastic_auto_loc_list = 1let g:syntastic_check_on_ Open = 1let G:syntastic_check_on_wq = 0
Vim file Configuration