Skip to content

Commit bfe75bf

Browse files
committed
make cmdidxs
1 parent fb12ba8 commit bfe75bf

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/ex_cmdidxs.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ static const unsigned short cmdidxs1[26] =
1818
/* k */ 196,
1919
/* l */ 201,
2020
/* m */ 259,
21-
/* n */ 277,
22-
/* o */ 297,
23-
/* p */ 309,
24-
/* q */ 348,
25-
/* r */ 351,
26-
/* s */ 370,
27-
/* t */ 437,
28-
/* u */ 472,
29-
/* v */ 483,
30-
/* w */ 501,
31-
/* x */ 516,
32-
/* y */ 525,
33-
/* z */ 526
21+
/* n */ 279,
22+
/* o */ 299,
23+
/* p */ 311,
24+
/* q */ 350,
25+
/* r */ 353,
26+
/* s */ 372,
27+
/* t */ 439,
28+
/* u */ 474,
29+
/* v */ 485,
30+
/* w */ 503,
31+
/* x */ 518,
32+
/* y */ 527,
33+
/* z */ 528
3434
};
3535

3636
/*
@@ -53,7 +53,7 @@ static const unsigned char cmdidxs2[26][26] =
5353
/* j */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 },
5454
/* k */ { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
5555
/* l */ { 3, 9, 11, 15, 16, 20, 23, 28, 0, 0, 0, 30, 33, 36, 40, 46, 0, 48, 57, 49, 50, 54, 56, 0, 0, 0 },
56-
/* m */ { 1, 0, 0, 0, 7, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16 },
56+
/* m */ { 1, 0, 0, 0, 9, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18 },
5757
/* n */ { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 10, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0 },
5858
/* o */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 5, 0, 0, 0, 0, 0, 0, 9, 0, 11, 0, 0, 0 },
5959
/* p */ { 1, 0, 3, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 0, 0, 16, 17, 26, 0, 27, 0, 28, 0 },
@@ -69,4 +69,4 @@ static const unsigned char cmdidxs2[26][26] =
6969
/* 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 }
7070
};
7171

72-
static const int command_count = 539;
72+
static const int command_count = 541;

0 commit comments

Comments
 (0)