mirror of
1
0
Fork 0

Merge pull request #66 from shenchsh/master

avoid the garbled characters in Chinese language windows OS
This commit is contained in:
Amir Salihefendic 2014-10-10 18:48:28 +01:00
commit d283422444
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