mirror of
1
0
Fork 0

avoid the garbled characters in Chinese language windows OS

This commit is contained in:
shenchsh 2014-05-22 11:25:51 +08:00
parent 6274ff0b10
commit 2a769e6cb0
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ command W w !sudo tee % > /dev/null
" Set 7 lines to the cursor - when moving vertically using j/k
set so=7
" Avoid garbled characters in Chinese language windows OS
let $LANG='en'
set langmenu=en
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim
" Turn on the WiLd menu
set wildmenu