From: Bram Moolenaar Date: Fri, 27 May 2005 20:16:24 +0000 (+0000) Subject: updated for version 7.0076 X-Git-Tag: v7.0076~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01a7b9dd06c54d41e63bbf3f826269b4091ac992;p=vim updated for version 7.0076 --- diff --git a/src/gui.c b/src/gui.c index 35025776e..d560c81cb 100644 --- a/src/gui.c +++ b/src/gui.c @@ -3260,7 +3260,8 @@ gui_init_which_components(oldval) * character here to avoid this effect. * If you remove this, please test this command for resizing * effects: ":vsp|q|vsp|q|vsp|q" */ - (void)char_avail(); + if (!gui.starting) + (void)char_avail(); Rows = r; Columns = c; #endif