vim 设置字体和解决乱码

在 C:Program Files (x86)Vim 目录中的 _vimrc 文件中加入下面两行

set fileencodings=utf-8,gb2312,gb18030,gbk,ucs-bom,cp936,latin1
set guifont=Courier New:h14

set number

原文地址:https://www.cnblogs.com/thankyouGod/p/8526372.html