1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00

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

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