commit | 4bc85f23ed2cf1fab20597ff15cefa675ea5e2c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 14:17:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 14:17:24 2022 +0100 |
tree | 31ecb2d1c475e02f8808b29316c47d0f4feab3f9 | |
parent | 7fa02bcb3b8011961995e617423a6f8f531b6e4d [diff] [blame] |
patch 9.0.0813: Kitty terminal is not recognized Problem: Kitty terminal is not recognized. Solution: Recognize Kitty by the termresponse and then do not set seenModifyOtherKeys, since Kitty doesn't support that. (issue #11413)
diff --git a/src/version.c b/src/version.c index f8f0c95..1052fb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 813, +/**/ 812, /**/ 811,