]> granicus.if.org Git - vim/commit
patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter v8.2.4382
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 19:17:53 +0000 (19:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 19:17:53 +0000 (19:17 +0000)
commite4835bf34001471a102528659af009bc46361141
tree3031d8fbf6ec1447b52dd20827ae4b89a814f2a0
parent0e76714e901d179a2f020815f07fb375274b5404
patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter

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