commit | b82a2ab8ad7af52a327cdba013ec433f7caf550d | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Aug 21 14:33:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 14:33:57 2022 +0100 |
tree | c850b0d51e81d5a21bee633f576ac02d61429d98 | |
parent | 474ad390ccb8bbeb53848122829e04c52f0349ce [diff] [blame] |
patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visible Problem: Popup menu not removed when 'wildmenu' reset while it is visible. Solution: Do not check p_wmnu, only pum_visible(). (closes #10953)
diff --git a/src/version.c b/src/version.c index 616f748..c12d3c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 236, +/**/ 235, /**/ 234,