summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-03-27 20:59:33 +0000
committervimboss <devnull@localhost>2006-03-27 20:59:33 +0000
commit4af2b1deb8fe9983e5e53c01ebfdc351d242c836 (patch)
tree6d4bc5187200050197335712d7a67edead0d0b99
parente3dc6bd2880fcd18bc4e77c9569d0ea53a6bd455 (diff)
downloadvim-4af2b1deb8fe9983e5e53c01ebfdc351d242c836.tar.gz
updated for version 7.0c01
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
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