vim windows 乱码

来源:互联网 发布:淘宝主图要求规范 编辑:程序博客网 时间:2024/06/11 20:51
"set encoding=utf-8  此条在我这里不能用,用了菜单都成乱码了
set termencoding=utf-8
set fileencodings=utf-8,chinese,latin-1
if has("win32")
 set fileencoding=chinese
else
 set fileencoding=utf-8
endif
"language messages zh_CN.utf-8    此条也一样,若有问题请取消注释看看