changeset 813:bb5d1fa78352

updated for version 7.0c01
author vimboss
date Mon, 27 Mar 2006 20:59:33 +0000
parents 68c15f2c7d3f
children f40f1a8520ff
files src/option.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/option.c
+++ b/src/option.c
@@ -7614,7 +7614,7 @@ set_num_option(opt_idx, varp, value, err
 	/* Recompute gui.char_height and resize the Vim window to keep the
 	 * same number of lines. */
 	if (gui.in_use && gui_mch_adjust_charheight() == OK)
-	    gui_set_shellsize(FALSE, FALSE);
+	    gui_set_shellsize(FALSE, FALSE, RESIZE_VERT);
     }
 #endif