From: Foxe Chen Date: Sat, 23 Aug 2025 14:34:18 +0000 (+0200) Subject: patch 9.1.1674: Patch v9.1.1666 causes problems on kitty X-Git-Tag: v9.1.1674^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a6310108b6bc8ea20d0432cede25bedc40c315;p=thirdparty%2Fvim.git patch 9.1.1674: Patch v9.1.1666 causes problems on kitty Problem: Patch v9.1.1666 causes problems on kitty (Sami Farin) Solution: Remove Ms value from termcodes (Foxe Chen) related: #18033 closes: #18093 Signed-off-by: Foxe Chen Signed-off-by: Christian Brabandt --- diff --git a/src/term.c b/src/term.c index 2800535f50..684a9476b3 100644 --- a/src/term.c +++ b/src/term.c @@ -1719,7 +1719,7 @@ static char *(key_names[]) = "k7", "k8", "k9", "k;", "F1", "F2", "%1", "&8", "kb", "kI", "kD", "kh", "@7", "kP", "kN", "K1", "K3", "K4", "K5", "kB", - "PS", "PE", "Ms", + "PS", "PE", NULL }; #endif diff --git a/src/version.c b/src/version.c index 3a664bfb28..3170224680 100644 --- a/src/version.c +++ b/src/version.c @@ -724,6 +724,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1674, /**/ 1673, /**/