]> granicus.if.org Git - vim/commit
patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set v8.2.4481
authorBram Moolenaar <Bram@vim.org>
Sun, 27 Feb 2022 14:28:31 +0000 (14:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 27 Feb 2022 14:28:31 +0000 (14:28 +0000)
commit5c52be40fbab14e050d7494d85be9039f07f7f8f
treeb9213579bc23bf98a1521588960bb13f5f967fdf
parentcbef12e60b2c5a4f026172ab9873deaab2e70cf2
patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set

Problem:    Cmdline popup menu not removed when 'lazyredraw' is set.
Solution:   Temporarily reset 'lazyredraw' when removing the popup menu.
            (closes #9857)
src/cmdexpand.c
src/testdir/dumps/Test_wildmenu_pum_41.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c