]> granicus.if.org Git - vim/commitdiff
patch 8.2.4267: unused entry in keymap enum v8.2.4267
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Jan 2022 11:29:51 +0000 (11:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Jan 2022 11:29:51 +0000 (11:29 +0000)
Problem:    Unused entry in keymap enum.
Solution:   Remove the entry.

src/keymap.h
src/version.c

index 12268dde593075da0c7866e6ad6ec1e28f1020e8..85bf7d0b50dbdef5983369d603afcac730fc030f 100644 (file)
  */
 enum key_extra
 {
-    KE_NAME = 3                // name of this terminal entry
-
-    , KE_S_UP = 4              // shift-up
+      KE_S_UP = 4              // shift-up
     , KE_S_DOWN = 5            // shift-down
 
     , KE_S_F1 = 6              // shifted function keys
@@ -253,7 +251,8 @@ enum key_extra
     , KE_CSI = 81              // CSI typed directly
     , KE_SNR = 82              // <SNR>
     , KE_PLUG = 83             // <Plug>
-    , KE_CMDWIN = 84           // open command-line window from Command-line Mode
+    , KE_CMDWIN = 84           // open command-line window from Command-line
+                               // Mode
 
     , KE_C_LEFT = 85           // control-left
     , KE_C_RIGHT = 86          // control-right
index ca506ad14cd762b181f8a607159431c065187d14..382c84a14d48f7a432a7a6caa1f4aa9a31a6cb3b 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4267,
 /**/
     4266,
 /**/