diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-16 15:18:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-16 15:18:26 +0200 |
commit | b643e777824c76034cbd8e77f603a0b98f2b26fb (patch) | |
tree | b0b50521d83fe9bdf31513f21fb6d6dab326071c /src/version.c | |
parent | f1924a9d8c6b0bad30b5ac7aabb853150d4e6e5b (diff) | |
download | vim-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.c | 2 |
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, |