commit | 1142a31b8c44c4e7dbf28a83ae52995113b37917 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 14:51:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 14:51:39 2019 +0200 |
tree | ec74e12a71816acfceab658696ce4bb12484ff79 | |
parent | 3439028c8909aaa71ffe612a7191babdfe07c04c [diff] [blame] |
patch 8.1.2154: quickfix window height wrong when there is a tabline Problem: Quickfix window height wrong when there is a tabline. (Daniel Hahler) Solution: Take the tabline height into account. (closes #5058)
diff --git a/src/version.c b/src/version.c index 3392914..165756a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2154, +/**/ 2153, /**/ 2152,