0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-11-10 17:51:38 +01:00
parent 1666ac9c56
commit 5c6b6187ac
4 changed files with 21 additions and 9 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2288,
/**/
2287,
/**/