commit | eabddc425ea23fb91b3b0058ff01e9e4ede53351 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 15:32:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 15:32:16 2022 +0100 |
tree | 6309cd6ad8131fbc522749e7f9df2b0242cc5981 | |
parent | c1658a196bb05dd96562fd0a92409be2201b62e9 [diff] [blame] |
patch 8.2.4665: popup with "minwidth" and scrollbar not updated properly Problem: Popup with "minwidth" and scrollbar not updated properly. Solution: Adjust the computation if the window width. (closes #10061)
diff --git a/src/version.c b/src/version.c index bb5fc9d..753eef3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4665, +/**/ 4664, /**/ 4663,