commit | 5c6b6187ac51a4d8545e823c1be6cdf70cac8a57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 17:51:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 17:51:38 2019 +0100 |
tree | d561f1285f3b67ae54f570004809bbd29132b45e | |
parent | 1666ac9c5685328895f6480ad6b14d1e11c77025 [diff] [blame] |
patch 8.1.2288: not using all space when popup with "topleft" flips to above Problem: Not using all space when popup with "topleft" flips to above. Solution: Recompute the height when a popup flips from below to above. (closes #5151)
diff --git a/src/version.c b/src/version.c index 34e5b2f..d2baa1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2288, +/**/ 2287, /**/ 2286,