]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1480: using popup menu may leave text in the command line v9.0.1480
authorLuuk van Baal <luukvbaal@gmail.com>
Sun, 23 Apr 2023 15:24:08 +0000 (16:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Apr 2023 15:24:08 +0000 (16:24 +0100)
commitdcd40cfca0fe0e65d405ce9711745a8ec846c30c
treed27637dc3d150255a81d954c9f684c7d34766c10
parentf39d9e9dca443e42920066be3a98fd9780e4ed33
patch 9.0.1480: using popup menu may leave text in the command line

Problem:    Using popup menu may leave text in the command line.
Solution:   Clear the command line if the popup menu covered it. (Luuk van
            Baal, closes #12286)
src/popupmenu.c
src/testdir/dumps/Test_popupmenu_cmdline_1.dump [new file with mode: 0644]
src/testdir/test_menu.vim
src/version.c