From: Kazuki Sakamoto Date: Fri, 27 Mar 2009 12:51:17 +0000 (+0900) Subject: vim-app: redraw when changed transparency X-Git-Url: http://git.sourceforge.jp/view?p=splhack%2FMacPorts.git;a=commitdiff_plain;h=b5b6e1a94f18d5b982d1ca5cb834dcc669b2dc1b vim-app: redraw when changed transparency --- diff --git a/editors/vim-app/files/patch-gui_mac.m b/editors/vim-app/files/patch-gui_mac.m index 47888e3..9b2ab7f 100644 --- a/editors/vim-app/files/patch-gui_mac.m +++ b/editors/vim-app/files/patch-gui_mac.m @@ -46,6 +46,14 @@ } void im_set_position(int row, int col) +@@ -1269,6 +1278,7 @@ + + void gui_mch_new_colors() + { ++ must_redraw = CLEAR; + } + + guicolor_T gui_mch_get_color(char_u *name) @@ -2835,6 +2844,13 @@ if (markedRange.length > 0)