]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visible v9.0.0236
authorzeertzjq <zeertzjq@outlook.com>
Sun, 21 Aug 2022 13:33:57 +0000 (14:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 13:33:57 +0000 (14:33 +0100)
commitb82a2ab8ad7af52a327cdba013ec433f7caf550d
treec850b0d51e81d5a21bee633f576ac02d61429d98
parent474ad390ccb8bbeb53848122829e04c52f0349ce
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)
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c