From 4af2b1deb8fe9983e5e53c01ebfdc351d242c836 Mon Sep 17 00:00:00 2001 From: vimboss Date: Mon, 27 Mar 2006 20:59:33 +0000 Subject: updated for version 7.0c01 --- src/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/option.c b/src/option.c index e4195cf7..d90e3ad4 100644 --- a/src/option.c +++ b/src/option.c @@ -7614,7 +7614,7 @@ set_num_option(opt_idx, varp, value, errbuf, errbuflen, opt_flags) /* 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 -- cgit v1.2.1