Created
May 8, 2015 04:22
-
-
Save NilFoss/8a2da165296dadde4de9 to your computer and use it in GitHub Desktop.
vim spf13中文乱码解决方案
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows下初始使用vim spf13一上来就会中文乱码。 | |
注释掉 .vimrc.bundles 中的 | |
set encoding=utf-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wenmin-wu 我的和你不太一样
编辑C:\Users\Administrator.spf13-vim-3.vimrc.bundles
在set encoding=utf-8下添加如下内容,重启spf13-vim-3
set langmenu=zh_CN
let $LANG = 'zh_CN.UTF-8'