summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-07-16 15:18:26 +0200
committerBram Moolenaar <Bram@vim.org>2014-07-16 15:18:26 +0200
commitb643e777824c76034cbd8e77f603a0b98f2b26fb (patch)
treeb0b50521d83fe9bdf31513f21fb6d6dab326071c /src/version.c
parentf1924a9d8c6b0bad30b5ac7aabb853150d4e6e5b (diff)
downloadvim-b643e777824c76034cbd8e77f603a0b98f2b26fb.zip
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1e031cb4d..407541af0 100644
--- 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,