commit | 39d4cab494248131b6fb07aba633aa4da7871a57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 01 21:02:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 01 21:02:46 2021 +0100 |
tree | 0055d60e596a2de1c3fa1ddd57ae231848fce167 | |
parent | 3650fd709807d5ac182e28d952cbd790c1ad0a6a [diff] [blame] |
patch 8.2.2560: setting 'winminheigt' does not take tabline into account Problem: Setting 'winminheigt' does not take tabline into account. Solution: Subtract the tabline from the available height. (closes #7899)
diff --git a/src/version.c b/src/version.c index 67fc08c..7f1e818 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2560, +/**/ 2559, /**/ 2558,