commit | 38e3483637c16e018f88c07b1dcff97cdb821a29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 20:22:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 20:22:36 2017 +0100 |
tree | a91689c6c1ceb3f519cfbd8fafdb488e30a71214 | |
parent | 7dd4850698e37c3ed4a3c3b23f4cdbf1ae6542f8 [diff] [blame] |
patch 8.0.0490: vertical split makes 'winfixwidth' window smaller Problem: Splitting a 'winfixwidth' window vertically makes it one column smaller. (Dominique Pelle) Solution: Add one to the width for the separator.
diff --git a/src/version.c b/src/version.c index dd6e366..e009e8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 490, +/**/ 489, /**/ 488,