]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.717 v7.3.717
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2012 11:03:06 +0000 (12:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2012 11:03:06 +0000 (12:03 +0100)
Problem:    When changing the font size, only MS-Windows limits the window
            size.
Solution:   Also limit the window size on other systems. (Roland Puntaier)

src/gui.c
src/version.c

index 413e1a4e30c6257df4cf57477740810317021884..55e841f32c09c9852811a485bae1fb1a848db320 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -905,13 +905,7 @@ gui_init_font(font_list, fontset)
 # endif
            gui_mch_set_font(gui.norm_font);
 #endif
-       gui_set_shellsize(FALSE,
-#ifdef MSWIN
-               TRUE
-#else
-               FALSE
-#endif
-               , RESIZE_BOTH);
+       gui_set_shellsize(FALSE, TRUE, RESIZE_BOTH);
     }
 
     return ret;
index 607c55abc3603be83f1be89bc639dad41e124ef2..4bbb325c6579b070ea3ed260e67db0122e51a728 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    717,
 /**/
     716,
 /**/