]> granicus.if.org Git - vim/commitdiff
updated for version 7.0c01
authorBram Moolenaar <Bram@vim.org>
Mon, 27 Mar 2006 20:59:33 +0000 (20:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 27 Mar 2006 20:59:33 +0000 (20:59 +0000)
src/option.c

index e4195cf771ba2abcf4a6de68080261f3e154b48b..d90e3ad452ef1ccc3cddba46ea0c8495b8de71d7 100644 (file)
@@ -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