summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-21 14:17:24 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-21 14:17:24 +0100
commit4bc85f23ed2cf1fab20597ff15cefa675ea5e2c6 (patch)
tree31ecb2d1c475e02f8808b29316c47d0f4feab3f9 /src/version.c
parent7fa02bcb3b8011961995e617423a6f8f531b6e4d (diff)
patch 9.0.0813: Kitty terminal is not recognizedv9.0.0813
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f8f0c95aca..1052fb8191 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 813,
+/**/
812,
/**/
811,