コミットメタ情報

リビジョンb5b6e1a94f18d5b982d1ca5cb834dcc669b2dc1b (tree)
日時2009-03-27 21:51:17
作者Kazuki Sakamoto <sakamoto@splh...>
コミッターKazuki Sakamoto

ログメッセージ

vim-app: redraw when changed transparency

変更サマリ

差分

--- a/editors/vim-app/files/patch-gui_mac.m
+++ b/editors/vim-app/files/patch-gui_mac.m
@@ -46,6 +46,14 @@
4646 }
4747
4848 void im_set_position(int row, int col)
49+@@ -1269,6 +1278,7 @@
50+
51+ void gui_mch_new_colors()
52+ {
53++ must_redraw = CLEAR;
54+ }
55+
56+ guicolor_T gui_mch_get_color(char_u *name)
4957 @@ -2835,6 +2844,13 @@
5058
5159 if (markedRange.length > 0)
旧リポジトリブラウザで表示