set nocompatible source $VIMRUNTIME/vimrc_example.vim source $VIMRUNTIME/mswin.vim behave mswin set diffexpr=MyDiff() function MyDiff() let opt = '-a --binary ' if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif let arg1 = v:fname_in if arg1 =~ ' ' | let arg1 = '"' . arg1 . '"' | endif let arg2 = v:fname_new if arg2 =~ ' ' | let arg2 = '"' . arg2 . '"' | endif let arg3 = v:fname_out if arg3 =~ ' ' | let arg3 = '"' . arg3 . '"' | endif let eq = '' if $VIMRUNTIME =~ ' ' if &sh =~ '\ ' . arg3 . eq endfunction set helplang=cn set enc=utf-8 set fileencodings=ucs-bom,utf-8,chinese set langmenu=zh_CN.utf-8 source $VIMRUNTIME/delmenu.vim source $VIMRUNTIME/menu.vim set guifont=NSimSun:h12 language messages zh_CN.utf-8 set termencoding=gbk set ambiwidth=double "下面直到结束是文库使用的配置定义 iab tb iab img "下面是录入时用的缩写 iab he

iab h2e

iab be iab fe iab ee iab qe iab hle iab pe
 
"以下是校对时用的缩写,请特别注意缩写为/e iab h

iab eh

iab h2

iab eh2

iab b iab eb iab f iab ef iab e iab /e iab p
iab ep  
iab q iab eq iab hl iab ehl