Commit: patch 9.1.1674: Patch v9.1.1666 causes problems on kitty

2 views
Skip to first unread message

Christian Brabandt

unread,
Aug 23, 2025, 10:45:15 AMAug 23
to vim...@googlegroups.com
patch 9.1.1674: Patch v9.1.1666 causes problems on kitty

Commit: https://github.com/vim/vim/commit/d5a6310108b6bc8ea20d0432cede25bedc40c315
Author: Foxe Chen <chen...@gmail.com>
Date: Sat Aug 23 16:34:18 2025 +0200

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 <chen...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/term.c b/src/term.c
index 2800535f5..684a9476b 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 3a664bfb2..317022468 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,
/**/
Reply all
Reply to author
Forward
0 new messages