comparison 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
comparison
equal deleted inserted replaced
3752:e8eff39df4f4 3753:f7f68f83fc33
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 635,
722 /**/ 724 /**/
723 634, 725 634,
724 /**/ 726 /**/
725 633, 727 633,
726 /**/ 728 /**/