diff src/ex_cmdidxs.h @ 24836:10ae5832dec8 v8.2.2956

patch 8.2.2956: Vim9: need to plan for future additions Commit: https://github.com/vim/vim/commit/f05d2fc539c389c3b8142d9fb06fb0443de14902 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 6 22:02:16 2021 +0200 patch 8.2.2956: Vim9: need to plan for future additions Problem: Vim9: need to plan for future additions. Solution: Reserve commands for future use: :type, :class, :enum.
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Jun 2021 22:15:02 +0200
parents 9c404d78d767
children b6ac4ed5e2d2
line wrap: on
line diff
--- a/src/ex_cmdidxs.h
+++ b/src/ex_cmdidxs.h
@@ -8,29 +8,29 @@ static const unsigned short cmdidxs1[26]
   /* a */ 0,
   /* b */ 19,
   /* c */ 43,
-  /* d */ 109,
-  /* e */ 134,
-  /* f */ 158,
-  /* g */ 175,
-  /* h */ 181,
-  /* i */ 190,
-  /* j */ 209,
-  /* k */ 211,
-  /* l */ 216,
-  /* m */ 279,
-  /* n */ 297,
-  /* o */ 317,
-  /* p */ 329,
-  /* q */ 368,
-  /* r */ 371,
-  /* s */ 391,
-  /* t */ 460,
-  /* u */ 505,
-  /* v */ 516,
-  /* w */ 537,
-  /* x */ 551,
-  /* y */ 561,
-  /* z */ 562
+  /* d */ 110,
+  /* e */ 135,
+  /* f */ 162,
+  /* g */ 179,
+  /* h */ 185,
+  /* i */ 194,
+  /* j */ 213,
+  /* k */ 215,
+  /* l */ 220,
+  /* m */ 283,
+  /* n */ 301,
+  /* o */ 321,
+  /* p */ 333,
+  /* q */ 372,
+  /* r */ 375,
+  /* s */ 395,
+  /* t */ 464,
+  /* u */ 510,
+  /* v */ 521,
+  /* w */ 542,
+  /* x */ 556,
+  /* y */ 566,
+  /* z */ 567
 };
 
 /*
@@ -43,9 +43,9 @@ static const unsigned char cmdidxs2[26][
 { /*         a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z */
   /* a */ {  0,  1,  0,  0,  0,  0,  0,  0,  0,  0,  0,  4,  5,  6,  0,  0,  0,  7, 15,  0, 16,  0,  0,  0,  0,  0 },
   /* b */ {  2,  0,  0,  5,  6,  8,  0,  0,  0,  0,  0,  9, 10, 11, 12, 13,  0, 14,  0,  0,  0,  0, 23,  0,  0,  0 },
-  /* c */ {  3, 12, 16, 18, 20, 22, 25,  0,  0,  0,  0, 33, 37, 40, 46, 56, 58, 59, 60,  0, 62,  0, 65,  0,  0,  0 },
+  /* c */ {  3, 12, 16, 18, 20, 22, 25,  0,  0,  0,  0, 33, 38, 41, 47, 57, 59, 60, 61,  0, 63,  0, 66,  0,  0,  0 },
   /* d */ {  0,  0,  0,  0,  0,  0,  0,  0,  8, 18,  0, 19,  0,  0, 20,  0,  0, 22, 23,  0,  0,  0,  0,  0,  0,  0 },
-  /* e */ {  1,  0,  2,  0,  0,  0,  0,  0,  0,  0,  0,  8, 10, 11,  0,  0,  0,  0,  0,  0,  0, 18,  0, 19,  0,  0 },
+  /* e */ {  1,  0,  2,  0,  0,  0,  0,  0,  0,  0,  0,  8, 10, 11,  0,  0,  0,  0,  0,  0,  0, 21,  0, 22,  0,  0 },
   /* f */ {  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 10,  0,  0,  0,  0,  0, 16,  0,  0,  0,  0,  0 },
   /* g */ {  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  1,  0,  0,  2,  0,  0,  4,  5,  0,  0,  0,  0 },
   /* h */ {  5,  0,  0,  0,  0,  0,  0,  0,  6,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0 },
@@ -60,7 +60,7 @@ static const unsigned char cmdidxs2[26][
   /* q */ {  2,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0 },
   /* r */ {  0,  0,  0,  0,  0,  0,  0,  0, 12,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 14, 19,  0,  0,  0,  0 },
   /* s */ {  2,  6, 15,  0, 19, 23,  0, 25, 26,  0,  0, 29, 31, 35, 39, 41,  0, 50,  0, 51,  0, 63, 64,  0, 65,  0 },
-  /* t */ {  2,  0, 19,  0, 24, 26,  0, 27,  0, 28,  0, 29, 33, 36, 38, 39,  0, 40, 42,  0, 43,  0,  0,  0,  0,  0 },
+  /* t */ {  2,  0, 19,  0, 24, 26,  0, 27,  0, 28,  0, 29, 33, 36, 38, 39,  0, 40, 42,  0, 43,  0,  0,  0, 45,  0 },
   /* u */ {  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0, 10,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0 },
   /* v */ {  1,  0,  0,  0,  2,  0,  0,  0,  5,  0,  0,  0, 12, 15,  0,  0,  0,  0, 18,  0, 19,  0,  0,  0,  0,  0 },
   /* w */ {  2,  0,  0,  0,  0,  0,  0,  3,  4,  0,  0,  0,  0,  8,  0,  9, 10,  0,  0,  0, 12, 13,  0,  0,  0,  0 },
@@ -69,4 +69,4 @@ static const unsigned char cmdidxs2[26][
   /* z */ {  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0 }
 };
 
-static const int command_count = 579;
+static const int command_count = 584;