vim正常显示gbk编码文件

 gedit ~/.vimrc

加入以下内容:

let &termencoding=&encoding
set fileencodings=utf-8,gb18030,gbk,gb2312,big5

 

原理说明,参考:

http://bigwhite.blogbus.com/logs/47259473.html (我没看过!)

你可能感兴趣的:(vim)