Skip to content

Commit b4dc2ca

Browse files
committed
docs: update version.c
1 parent 645206e commit b4dc2ca

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/nvim/version.c

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ static const int included_patches[] = {
215215
2269,
216216
2268,
217217
2267,
218-
// 2266,
219-
// 2265,
218+
2266,
219+
2265,
220220
2264,
221221
2263,
222222
2262,
@@ -404,7 +404,7 @@ static const int included_patches[] = {
404404
// 2080,
405405
2079,
406406
2078,
407-
// 2077,
407+
2077,
408408
// 2076,
409409
2075,
410410
2074,
@@ -460,7 +460,7 @@ static const int included_patches[] = {
460460
2024,
461461
2023,
462462
// 2022,
463-
// 2021,
463+
2021,
464464
2020,
465465
2019,
466466
2018,
@@ -500,10 +500,10 @@ static const int included_patches[] = {
500500
1984,
501501
1983,
502502
1982,
503-
// 1981,
503+
1981,
504504
1980,
505505
// 1979,
506-
// 1978,
506+
1978,
507507
1977,
508508
1976,
509509
1975,
@@ -517,14 +517,14 @@ static const int included_patches[] = {
517517
1967,
518518
1966,
519519
1965,
520-
// 1964,
520+
1964,
521521
1963,
522522
1962,
523523
1961,
524524
1960,
525525
1959,
526526
1958,
527-
// 1957,
527+
1957,
528528
1956,
529529
1955,
530530
1954,
@@ -538,7 +538,7 @@ static const int included_patches[] = {
538538
1946,
539539
1945,
540540
// 1944,
541-
// 1943,
541+
1943,
542542
1942,
543543
1941,
544544
1940,
@@ -670,8 +670,8 @@ static const int included_patches[] = {
670670
1814,
671671
// 1813,
672672
1812,
673-
// 1811,
674-
// 1810,
673+
1811,
674+
1810,
675675
1809,
676676
1808,
677677
1807,
@@ -881,7 +881,7 @@ static const int included_patches[] = {
881881
1603,
882882
1602,
883883
1601,
884-
// 1600,
884+
1600,
885885
1599,
886886
1598,
887887
// 1597,
@@ -921,7 +921,7 @@ static const int included_patches[] = {
921921
1563,
922922
1562,
923923
// 1561,
924-
// 1560,
924+
1560,
925925
// 1559,
926926
// 1558,
927927
1557,
@@ -2153,7 +2153,7 @@ static const int included_patches[] = {
21532153
331,
21542154
330,
21552155
329,
2156-
// 328,
2156+
328,
21572157
327,
21582158
326,
21592159
325,
@@ -2323,7 +2323,7 @@ static const int included_patches[] = {
23232323
161,
23242324
160,
23252325
159,
2326-
// 158,
2326+
158,
23272327
157,
23282328
156,
23292329
155,
@@ -2416,14 +2416,14 @@ static const int included_patches[] = {
24162416
68,
24172417
67,
24182418
66,
2419-
// 65,
2419+
65,
24202420
64,
24212421
63,
24222422
62,
24232423
61,
24242424
60,
24252425
59,
2426-
// 58,
2426+
58,
24272427
57,
24282428
56,
24292429
55,
@@ -2481,7 +2481,7 @@ static const int included_patches[] = {
24812481
3,
24822482
2,
24832483
1,
2484-
// 0,
2484+
0,
24852485
};
24862486
// clang-format on
24872487

0 commit comments

Comments
 (0)