summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-19 18:56:48 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-19 18:56:48 +0000
commitafa3f1cc7258d34c32a299a3cc6aece89f67fb47 (patch)
treed04c7adb4f528f7eb27746e20225dbd8f504d406 /src/version.c
parent33e543038b84af7557ab9ecff500fc4ab98dd2a3 (diff)
patch 9.0.1080: the "kitty" terminfo entry is not widespreadv9.0.1080
Problem: The "kitty" terminfo entry is not widespread, resulting in the kitty terminal not working properly. Solution: Go back to using "xterm-kitty" and avoid the problems it causes in another way.
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 401d78bd3b..a2371286c9 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 */
/**/
+ 1080,
+/**/
1079,
/**/
1078,