Skip to content

Commit

Permalink
bump from Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzlet committed Sep 16, 2012
1 parent 397a166 commit f8eaf25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gvimrc
Expand Up @@ -5,8 +5,8 @@ if has("win32") || has("win64")
set fileencodings=utf-8

" restore UI language
" source $VIMRUNTIME/delmenu.vim
" source $VIMRUNTIME/menu.vim
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim

" NOTE: guifontwide requires encoding=utf-8, which breaks UI language in
" non-utf-8 environment such as Windows.
Expand Down
5 changes: 2 additions & 3 deletions deploy.cmd
@@ -1,3 +1,2 @@
CD "%0%\.."
"C:\Python32\Python.exe" "deploy.py"
PAUSE
"G:\Python32\Python.exe" "%0%\..\deploy.py"
PAUSE

0 comments on commit f8eaf25

Please sign in to comment.