摘要: 在这里把gVim的配置文件存档,待需时再更新。Windows版本Gvim配置文件路径:"C:\Program Files\Vim\_vmrc"set nocompatible "设置不兼容visource $VIMRUNTIME/vimrc_example.vimsource $VIMRUNTIME/mswin.vimbehave mswinset diffexpr=MyDiff()function MyDiff() let opt = '-a --binary ' if &diffopt =~ 'icase' | let 阅读全文
posted @ 2011-07-03 23:28 ojumpin 阅读(4651) 评论(0) 推荐(2)