commit | 27724251bc73f97b55240731f4316ee1b4eac1c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 15:00:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 15:00:04 2022 +0100 |
tree | 304b1488afa10d9b17f050699d1c3ddc839509bc | |
parent | d899e51120798d3fb5420abb1f19dddf3f014d05 [diff] [blame] |
patch 8.2.4913: popup_hide() does not always have effect Problem: Popup_hide() does not always have effect. Solution: Add the POPF_HIDDEN_FORCE flag. (closes #10376)
diff --git a/src/version.c b/src/version.c index ead455b..792bd24 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4913, +/**/ 4912, /**/ 4911,