commit | 481acb11413a436653e235d2098990b2ad47d195 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 18:51:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 18:51:45 2022 +0000 |
tree | e2012f19845ed8251e04528df52aa39b5e7a59d6 | |
parent | f6246f51e3d85a982a899b4a8fd9045a5e23016f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b70fb29..07e46ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4346, +/**/ 4345, /**/ 4344,