]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4738: Esc on commandline executes command instead of abandoning it v8.2.4738
authorBram Moolenaar <Bram@vim.org>
Mon, 11 Apr 2022 18:38:56 +0000 (19:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 11 Apr 2022 18:38:56 +0000 (19:38 +0100)
commit11a57dfd16a47f248fe949344bd5db3f12b9bd32
tree4830851e182451df3a7e3a6b1b6bc5316cfa60f4
parent1655619717ff109ea8bf1002883636d5af345e48
patch 8.2.4738: Esc on commandline executes command instead of abandoning it

Problem:    Esc on commandline executes command instead of abandoning it.
Solution:   Save and restore KeyTyped when removing the popup menu.
            (closes #10154)
src/cmdexpand.c
src/testdir/dumps/Test_wildmenu_with_pum_foldexpr_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_wildmenu_with_pum_foldexpr_2.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c