raa0121 hace 12 años
padre
commit
7f891c3239
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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