commit | 9e813b3dea94a8952b732a224fa31beba6e85973 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 13 14:29:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 13 14:29:05 2021 +0100 |
tree | b078fb32462dc67b91820745579e79cfcfd04877 | |
parent | 0756f757edba755b75e0c9c612ab2f7e673def84 [diff] [blame] |
patch 8.2.2595: setting 'winminheight' may cause 'lines' to change Problem: Setting 'winminheight' may cause 'lines' to change. Solution: Also take minimal height of other tabpages into account. (#7899)
diff --git a/src/version.c b/src/version.c index f1b8232..3981323 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2595, +/**/ 2594, /**/ 2593,