commit | d326ad6e93604222c64bae51f47521fe9114d1ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 18 20:31:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 18 20:31:41 2017 +0200 |
tree | b266330c13d026404ae5d6582f3f4afa99688d31 | |
parent | f16c71b66927a28196b25a42795d083784ab1b9a [diff] [blame] |
patch 8.0.1125: wrong window height when splitting window with window toolbar Problem: Wrong window height when splitting window with window toolbar. Solution: Add or subtract the window toolbar height.
diff --git a/src/version.c b/src/version.c index 654c35d..d24c854 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1125, +/**/ 1124, /**/ 1123,