comparison src/option.c @ 444:d0d15b184c56

updated for version 7.0116
author vimboss
date Mon, 25 Jul 2005 20:42:36 +0000
parents eb531146be0e
children dd9db57ee7ce
comparison
equal deleted inserted replaced
443:43bf0bcf2110 444:d0d15b184c56
7105 #endif 7105 #endif
7106 7106
7107 #ifdef FEAT_GUI 7107 #ifdef FEAT_GUI
7108 else if (pp == &p_linespace) 7108 else if (pp == &p_linespace)
7109 { 7109 {
7110 if (gui.in_use && gui_mch_adjust_charsize() == OK) 7110 /* Recompute gui.char_height and resize the Vim window to keep the
7111 * same number of lines. */
7112 if (gui.in_use && gui_mch_adjust_charheight() == OK)
7111 gui_set_shellsize(FALSE, FALSE); 7113 gui_set_shellsize(FALSE, FALSE);
7112 } 7114 }
7113 #endif 7115 #endif
7114 7116
7115 #ifdef FEAT_FOLDING 7117 #ifdef FEAT_FOLDING