0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0076

This commit is contained in:
Bram Moolenaar
2005-05-27 20:16:24 +00:00
parent 389cb3eb25
commit 01a7b9dd06

View File

@@ -3260,6 +3260,7 @@ gui_init_which_components(oldval)
* character here to avoid this effect. * character here to avoid this effect.
* If you remove this, please test this command for resizing * If you remove this, please test this command for resizing
* effects: ":vsp|q|vsp|q|vsp|q" */ * effects: ":vsp|q|vsp|q|vsp|q" */
if (!gui.starting)
(void)char_avail(); (void)char_avail();
Rows = r; Rows = r;
Columns = c; Columns = c;