diff src/version.c @ 3753:f7f68f83fc33 v7.3.635

updated for version 7.3.635 Problem: Issue 21: System call during startup sets 'lines' to a wrong value. (Karl Yngve) Solution: Don't set the shell size while the GUI is still starting up. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 23 Aug 2012 13:28:55 +0200
parents b7eea2409507
children 616bc1ad4f12
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 */
 /**/
+    635,
+/**/
     634,
 /**/
     633,