Skip to content

Instantly share code, notes, and snippets.

@NilFoss
Created May 8, 2015 04:22
Show Gist options
  • Save NilFoss/8a2da165296dadde4de9 to your computer and use it in GitHub Desktop.
Save NilFoss/8a2da165296dadde4de9 to your computer and use it in GitHub Desktop.
vim spf13中文乱码解决方案
Windows下初始使用vim spf13一上来就会中文乱码。
注释掉 .vimrc.bundles 中的
set encoding=utf-8
@yinxs2003
Copy link

@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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment