commit | e4835bf34001471a102528659af009bc46361141 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 19:17:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 14 19:17:53 2022 +0000 |
tree | 3031d8fbf6ec1447b52dd20827ae4b89a814f2a0 | |
parent | 0e76714e901d179a2f020815f07fb375274b5404 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3f86000..bccf8d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4382, +/**/ 4381, /**/ 4380,