raa0121 12 years ago
parent
commit
7f891c3239
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gvimrc

+ 1 - 1
.gvimrc

@@ -18,7 +18,7 @@ if has('multi_byte_ime') || has('xim')
   highlight CursorIM guifg=NONE guibg=Purple
 endif
 gui
-if has('win32') || has('win64')
+if has('win32') || has('win64') || has('win32unix')
   set transparency 220
 endif