摘要:
十个必用的 Vim Pluginhttp://www.openfoundry.org/en/tech-article/2244vimrc配置如下(为简单起见,采取注释的方式直接说明):if(has("win32") || has("win95") || has("win64") || has("win16")) "判定当前操作系统类型 let g:iswindows=1else let g:iswindows=0endifset nocompatible "不要vim模仿vi模式,建议设置,否则 阅读全文