1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-18 03:50:30 +01:00

Added nerdtree, forced english UI in Windows

This commit is contained in:
2013-11-21 20:04:53 +01:00
parent de6c090bfd
commit 3554da050a
3 changed files with 17 additions and 10 deletions

View File

@@ -62,4 +62,9 @@ if exists("g:vim_bin_path")
endif
let g:vim_bin_path = expand($VIM) . '/bin'
" Make the interface speaks english
set langmenu=en_US
let $LANG = 'en_US.UTF-8'
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vi
" vim:ts=4:sw=4:wrap:fdm=marker: