raa0121 il y a 12 ans
Parent
commit
7f891c3239
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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