Merge pull request #66 from shenchsh/master
avoid the garbled characters in Chinese language windows OS
This commit is contained in:
commit
d283422444
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ command W w !sudo tee % > /dev/null
|
||||||
" Set 7 lines to the cursor - when moving vertically using j/k
|
" Set 7 lines to the cursor - when moving vertically using j/k
|
||||||
set so=7
|
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
|
" Turn on the WiLd menu
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue