]> granicus.if.org Git - vim/commit
patch 8.2.4341: command line not redrawn when finishing popup menu v8.2.4341
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Feb 2022 21:09:45 +0000 (21:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Feb 2022 21:09:45 +0000 (21:09 +0000)
commit414acd342f4a66d930da34d419929985b48bd301
treed1cdba27388b535b921f483b960142dff7eed815
parent949b35d83b69a7eab7b280b5af6940da9aedad43
patch 8.2.4341: command line not redrawn when finishing popup menu

Problem:    Command line not redrawn when finishing popup menu and the screen
            has scrolled up.
Solution:   Redraw the command line after updating the screen. (closes #9722)
src/cmdexpand.c
src/testdir/dumps/Test_wildmenu_pum_38.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c