发布时间:2014-05-07 18:06:17
set nocompatiblesource $VIMRUNTIME/vimrc_example.vim" source $VIMRUNTIME/mswin.vimset 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 .........【阅读全文】
发布时间:2014-05-06 17:22:41
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim lngres As Long If Item.Subject = "" Then Application.Explorers(1).Activate lngres = MsgBox("没有主.........【阅读全文】