OSDN Git Service

vim-app fix transp and vimrc,gvimrc
[splhack/MacPorts.git] / editors / vim-app / files / patch-option-cocoa.c
index 6828178..30a27ac 100644 (file)
@@ -1,6 +1,13 @@
 --- src/option.c.orig
 +++ src/option.c
-@@ -2563,7 +2563,7 @@
+@@ -2557,13 +2557,13 @@
+                           (char_u *)&p_tbis, PV_NONE,
+                           {(char_u *)"small", (char_u *)0L}},
+ #endif
+-    {"transparency",   "transp",  P_NUM|P_VIM|P_RCLR,
++    {"transparency",   "transp",  P_NUM|P_VI_DEF,
+ #if defined(FEAT_GUI_COCOA)
+                             (char_u *)&p_transp, PV_NONE,
  #else
                              (char_u *)NULL, PV_NONE,
  #endif