Skip to content

Commit

Permalink
Merge pull request #66 from shenchsh/master
Browse files Browse the repository at this point in the history
avoid the garbled characters in Chinese language windows OS
  • Loading branch information
Amir Salihefendic committed Oct 10, 2014
2 parents f24b49b + 2a769e6 commit d283422
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrcs/basic.vim
Expand Up @@ -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

Expand Down

0 comments on commit d283422

Please sign in to comment.