]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1674: Patch v9.1.1666 causes problems on kitty v9.1.1674
authorFoxe Chen <chen.foxe@gmail.com>
Sat, 23 Aug 2025 14:34:18 +0000 (16:34 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 23 Aug 2025 14:36:16 +0000 (16:36 +0200)
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 <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/term.c
src/version.c

index 2800535f504afe7d61ce7b2d36f32bbf6001ba96..684a9476b3eb711cf366b61f643f2325f65ed240 100644 (file)
@@ -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
index 3a664bfb28d9867ddb8b9cbeb173910a01297c1b..31702246807eb0d34bced18dedfc2a04a2739a10 100644 (file)
@@ -724,6 +724,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1674,
 /**/
     1673,
 /**/