From b643e777824c76034cbd8e77f603a0b98f2b26fb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 16 Jul 2014 15:18:26 +0200 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 1e031cb4d..407541af0 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 368, /**/ 367, /**/ -- cgit v1.2.3