貌似浏览UTF-8格式中文会乱码? set enc = utf-8 set fenc=utf-8 set fencs=utf-8,usc-bom,euc-jp,gb18030,gbk,gb2312,cp936 这样设置之后瞬间VIM菜单栏就乱码了有木有. 另外,RT,如何默认保存为UTF-8无BOM格式? 貌似无BOM好像是 set nobomb?不制动啊是不是. PS:忘了说了,这些都是在Windows的gVim软件下的情况。
if has("win32") set encoding=utf-8 set fileencodings=utf-8,ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1 set guifont=Courier_New:h11:cANSI endif