commit | a1b9b0cc011ef15869ac25cb93e1b4baa0cb7f38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 16:37:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 16:37:48 2020 +0200 |
tree | d3d96b169f06bc4edf391c3b87e7a3d665826087 | |
parent | a7cc9e697b9140da66a09f71cdf839d08e32f5fb [diff] [blame] |
patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is used Problem: Popupwindow lacks scrollbar if no "maxheight" is used. Solution: Compute the max height depending on the position. (closes #6664)
diff --git a/src/version.c b/src/version.c index 168ee02..7761346 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1406, +/**/ 1405, /**/ 1404,