diff src/version.c @ 3770:fdac34e3afa5 v7.3.643

updated for version 7.3.643 Problem: MS-Windows: When starting gvim maximized 'lines' and 'columns' are wrong. (Christian Robinson) Solution: Move the check for gui.starting from ui_get_shellsize() to check_shellsize().
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Aug 2012 16:26:04 +0200
parents 79ac6744237c
children fb7c028dcac7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    643,
+/**/
     642,
 /**/
     641,