patch 9.1.1674: Patch v9.1.1666 causes problems on kitty

Commit: 
https://github.com/vim/vim/commit/d5a6310108b6bc8ea20d0432cede25bedc40c315
Author: Foxe Chen <[email protected]>
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 <[email protected]>
    Signed-off-by: Christian Brabandt <[email protected]>

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,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1uppUO-00F2Zp-Qq%40256bit.org.

Raspunde prin e-mail lui