diff src/version.c @ 6058:021e16be3c02 v7.4.368

updated for version 7.4.368 Problem: Restoring the window sizes after closing the command line window doesn't work properly if there are nested splits. Solution: Restore the sizes twice. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 15:18:26 +0200
parents bdbe2037066d
children 72ee0db83788
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    368,
+/**/
     367,
 /**/
     366,