Skip to content
Snippets Groups Projects
Commit 3964b7ea authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0c01

parent afa24990
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment