patch 8.0.1334: splitting a window with a WinBar damages window layout v8.0.1334
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 13:19:43 +0000 (14:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 13:19:43 +0000 (14:19 +0100)
commit3167c3e7010ac7e2fd7d3aa198dd2d1dcff8ecc8
tree2988c3c3ca7f684a7e23b3cd9c20baa7607d4108
parent2c997d76034d5294c92305108357daef6feabd95
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().
src/version.c
src/vim.h
src/window.c