commit | 3964b7ea08b139dec4b35f766ca80198e20c0219 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 27 20:59:33 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 27 20:59:33 2006 +0000 |
tree | 6d4bc5187200050197335712d7a67edead0d0b99 | |
parent | afa24990b344e199abe1391fac7181defcd0c244 [diff] |
updated for version 7.0c01
diff --git a/src/option.c b/src/option.c index e4195cf..d90e3ad 100644 --- a/src/option.c +++ b/src/option.c
@@ -7614,7 +7614,7 @@ /* 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