VIM中文乱码

  下面是关于VIM中文乱码问题的解决方法:

打开VIM的配制文件在里面加上一段这样的代码就可以了:

set fileencodings=gb2312,gb18030,utf-8
set termencoding=utf-8
set encoding=prc 
原文地址:https://www.cnblogs.com/flay/p/4173271.html