标签:style blog color sp 文件 div 问题 log bs
下面是关于VIM中文乱码问题的解决方法:
打开VIM的配制文件在里面加上一段这样的代码就可以了:
set fileencodings=gb2312,gb18030,utf-8 set termencoding=utf-8 set encoding=prc
VIM中文乱码
原文地址:http://www.cnblogs.com/flay/p/4173271.html