commit | 3167c3e7010ac7e2fd7d3aa198dd2d1dcff8ecc8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 14:19:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 14:19:43 2017 +0100 |
tree | 2988c3c3ca7f684a7e23b3cd9c20baa7607d4108 | |
parent | 2c997d76034d5294c92305108357daef6feabd95 [diff] [blame] |
patch 8.0.1334: splitting a window with a WinBar damages window layout Problem: Splitting a window with a WinBar damages window layout. (Lifepillar) Solution: Take the winbar into account when computing the new window position. Add WINBAR_HEIGHT().
diff --git a/src/version.c b/src/version.c index dc29e3d..408b85c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1334, +/**/ 1333, /**/ 1332,