]> granicus.if.org Git - vim/commit
patch 8.2.4346: a custom statusline may cause Esc to work like Enter v8.2.4346
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 18:51:45 +0000 (18:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 18:51:45 +0000 (18:51 +0000)
commit481acb11413a436653e235d2098990b2ad47d195
treee2012f19845ed8251e04528df52aa39b5e7a59d6
parentf6246f51e3d85a982a899b4a8fd9045a5e23016f
patch 8.2.4346: a custom statusline may cause Esc to work like Enter

Problem:    A custom statusline may cause Esc to work like Enter on the
            command line when the popup menu is displayed.
Solution:   Save and restore KeyTyped. (closes #9749)
src/drawscreen.c
src/testdir/dumps/Test_wildmenu_pum_39.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c