commit | 32030a9f3be25e1343ef15028511614fb4c20e9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 18:46:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 18:46:57 2023 +0000 |
tree | c8f4271f148ec5bdfd24ab20419a9b7d4699893d | |
parent | d40f00cb43019fb4d39b89f407f8b52e92f9e16f [diff] [blame] |
patch 9.0.1193: cannot map <Esc> when using the Kitty key protocol Problem: Cannot map <Esc> when using the Kitty key protocol. Solution: Add a non-simplified mapping for K_ESC. (closes #11811)
diff --git a/src/version.c b/src/version.c index a2f363c..a483998 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1193, +/**/ 1192, /**/ 1191,