docs: update version.c #41209

vim-patch:8.2.1300: Vim9: optional argument type not parsed properly
vim-patch:8.2.1341: build failures
vim-patch:8.2.1551: Vim9: error for argument type does not mention the number
vim-patch:8.2.2630: hard to see where a test gets stuck
vim-patch:8.2.4350: FEAT_GUI_ENABLED defined but never used
vim-patch:9.0.2085: Vim9: abstract can be used in interface
vim-patch:9.1.1037: Vim9: confusing error when using abstract method via super
vim-patch:9.1.1586: Vim9: can define an enum/interface in a function
vim-patch:9.1.2076: tests: MinGW test fails midway and stops
vim-patch:9.2.0922: Wayland: modeless selection not redrawn
vim-patch:a6be0d496 CI: Add Github runner for Cygwin
vim-patch:9.2.0924: tests: Test_termwinscroll() fails on FreeBSD
vim-patch:081786261 CI: Bump github/codeql-action

vim-patch:8.1.1851: crash when sound_playfile() callback plays sound

vim-patch:8.2.1527: Vim9: cannot use a function name at script level
vim-patch:8.2.1541: Vim9: cannot find function reference for s:Func
vim-patch:8.2.1581: using line() for global popup window doesn't work
vim-patch:8.2.1582: the channel log does not show typed text
vim-patch:8.2.1592: Vim9: passing "true" to char2nr() fails

vim-patch:9.1.0879: source is not consistently formatted
This commit is contained in:
github-actions[bot]
2026-08-10 03:43:34 -04:00
committed by GitHub
parent 2450ae797c
commit c64fb0767f

View File

@@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS;
static const int vim_versions[] = { 801, 802, 900, 901, 902 };
static const int num_patches[] = { 2333, 3906, 1631, 1690, 615 };
static const int num_patches[] = { 2333, 3951, 1631, 1690, 624 };
static const int *included_patchsets[] = {
(const int[]) { // 801
@@ -422,9 +422,7 @@ static const int *included_patchsets[] = {
// 4970-4971
4969, 4968,
// 4964-4967
4963,
// 4962
4961, 4960, 4959,
4963, 4962, 4961, 4960, 4959,
// 4958
4957, 4956, 4955, 4954, 4953,
// 4952
@@ -1669,17 +1667,11 @@ static const int *included_patchsets[] = {
// 1606
1605,
// 1601-1604
1600, 1599, 1598,
// 1597
1596, 1595, 1594,
1600, 1599, 1598, 1597, 1596, 1595, 1594,
// 1592-1593
1591,
// 1590
1589, 1588, 1587, 1586, 1585, 1584, 1583,
1591, 1590, 1589, 1588, 1587, 1586, 1585, 1584, 1583,
// 1581-1582
1580, 1579, 1578,
// 1571-1577
1570,
1580, 1579, 1578, 1577, 1576, 1575, 1574, 1573, 1572, 1571, 1570,
// 1569
1568, 1567, 1566, 1565, 1564,
// 1562-1563
@@ -1688,28 +1680,20 @@ static const int *included_patchsets[] = {
1557,
// 1556
1555, 1554, 1553, 1552,
// 1550-1551
1549, 1548, 1547, 1546, 1545, 1544, 1543, 1542,
// 1551
1550, 1549, 1548, 1547, 1546, 1545, 1544, 1543, 1542,
// 1541
1540,
// 1538-1539
1537, 1536, 1535,
// 1533-1534
1532, 1531, 1530, 1529, 1528,
// 1534
1533, 1532, 1531, 1530, 1529, 1528,
// 1527
1526,
// 1525
1524, 1523, 1522, 1521, 1520,
1526, 1525, 1524, 1523, 1522, 1521, 1520,
// 1518-1519
1517, 1516, 1515,
// 1514
1513, 1512, 1511, 1510,
// 1509
1508, 1507, 1506, 1505,
1517, 1516, 1515, 1514, 1513, 1512, 1511, 1510, 1509, 1508, 1507, 1506, 1505,
// 1504
1503,
// 1502
1501, 1500,
1503, 1502, 1501, 1500,
// 1499
1498, 1497,
// 1496
@@ -1723,23 +1707,15 @@ static const int *included_patchsets[] = {
// 1482
1481,
// 1480
1479,
// 1477-1478
1476,
// 1475
1474, 1473, 1472, 1471, 1470, 1469,
1479, 1478, 1477, 1476, 1475, 1474, 1473, 1472, 1471, 1470, 1469,
// 1468
1467, 1466, 1465, 1464, 1463, 1462, 1461,
// 1459-1460
1458, 1457, 1456, 1455, 1454, 1453, 1452, 1451, 1450, 1449, 1448,
// 1447
1446, 1445,
// 1460
1459, 1458, 1457, 1456, 1455, 1454, 1453, 1452, 1451, 1450, 1449, 1448, 1447, 1446, 1445,
// 1444
1443, 1442, 1441, 1440,
// 1439
1438,
// 1437
1436,
1438, 1437, 1436,
// 1435
1434, 1433,
// 1430-1432
@@ -1753,22 +1729,14 @@ static const int *included_patchsets[] = {
// 1416
1415, 1414, 1413,
// 1412
1411, 1410, 1409, 1408, 1407, 1406, 1405, 1404,
// 1403
1402, 1401, 1400,
1411, 1410, 1409, 1408, 1407, 1406, 1405, 1404, 1403, 1402, 1401, 1400,
// 1399
1398, 1397, 1396, 1395, 1394, 1393,
// 1392
1391, 1390, 1389, 1388,
// 1387
1386, 1385, 1384, 1383,
1391, 1390, 1389, 1388, 1387, 1386, 1385, 1384, 1383,
// 1382
1381,
// 1380
1379, 1378, 1377,
// 1376
1375, 1374,
// 1371-1373
1381, 1380, 1379, 1378, 1377, 1376, 1375, 1374, 1373,
// 1371-1372
1370, 1369,
// 1367-1368
1366,
@@ -1777,9 +1745,7 @@ static const int *included_patchsets[] = {
// 1362-1363
1361, 1360,
// 1359
1358, 1357, 1356,
// 1355
1354, 1353, 1352, 1351, 1350,
1358, 1357, 1356, 1355, 1354, 1353, 1352, 1351, 1350,
// 1349
1348, 1347, 1346, 1345, 1344,
// 1341-1343
@@ -1795,9 +1761,7 @@ static const int *included_patchsets[] = {
// 1308
1307, 1306, 1305, 1304, 1303, 1302, 1301,
// 1300
1299, 1298, 1297, 1296, 1295, 1294, 1293, 1292, 1291,
// 1290
1289,
1299, 1298, 1297, 1296, 1295, 1294, 1293, 1292, 1291, 1290, 1289,
// 1288
1287,
// 1286
@@ -1831,43 +1795,34 @@ static const int *included_patchsets[] = {
// 1218
1217, 1216, 1215, 1214,
// 1213
1212, 1211, 1210, 1209, 1208, 1207, 1206,
// 1205
1204, 1203, 1202, 1201, 1200, 1199, 1198, 1197, 1196, 1195, 1194, 1193,
// 1191-1192
1190, 1189, 1188, 1187, 1186,
1212, 1211, 1210, 1209, 1208, 1207, 1206, 1205, 1204, 1203, 1202, 1201, 1200, 1199, 1198, 1197,
1196, 1195, 1194, 1193,
// 1192
1191, 1190, 1189, 1188, 1187, 1186,
// 1185
1184,
// 1182-1183
1181, 1180, 1179,
// 1178
1177,
// 1176
1175, 1174, 1173, 1172, 1171, 1170, 1169, 1168,
1177, 1176, 1175, 1174, 1173, 1172, 1171, 1170, 1169, 1168,
// 1167
1166, 1165, 1164, 1163, 1162, 1161,
// 1160
1159,
// 1157-1158
1159, 1158,
// 1157
1156,
// 1154-1155
1153, 1152,
// 1150-1151
1149, 1148, 1147,
// 1146
1145,
// 1140-1144
1139,
// 1136-1138
1135, 1134,
// 1132-1133
1131, 1130, 1129, 1128, 1127,
1145, 1144, 1143, 1142, 1141, 1140, 1139, 1138,
// 1137
1136, 1135, 1134, 1133, 1132, 1131, 1130, 1129, 1128, 1127,
// 1126
1125, 1124, 1123,
// 1122
1121,
// 1120
1119, 1118, 1117,
1121, 1120, 1119, 1118, 1117,
// 1116
1115, 1114, 1113,
// 1112
@@ -1875,9 +1830,7 @@ static const int *included_patchsets[] = {
// 1105
1104, 1103, 1102, 1101, 1100, 1099, 1098,
// 1096-1097
1095, 1094, 1093, 1092,
// 1091
1090, 1089, 1088, 1087, 1086, 1085, 1084, 1083, 1082,
1095, 1094, 1093, 1092, 1091, 1090, 1089, 1088, 1087, 1086, 1085, 1084, 1083, 1082,
// 1081
1080, 1079, 1078,
// 1077
@@ -2063,9 +2016,7 @@ static const int *included_patchsets[] = {
318, 317, 316, 315, 314, 313, 312, 311, 310, 309, 308, 307, 306, 305, 304, 303,
302, 301, 300,
// 298-299
297, 296, 295, 294, 293, 292, 291,
// 290
289, 288, 287,
297, 296, 295, 294, 293, 292, 291, 290, 289, 288, 287,
// 286
285, 284, 283, 282, 281, 280,
// 279
@@ -3600,8 +3551,16 @@ static const int *included_patchsets[] = {
// 0
},
(const int[]) { // 902
914,
// 910-913
927, 926, 925,
// 924
923,
// 921-922
920, 919, 918,
// 916-917
915, 914,
// 912-913
911,
// 910
909,
// 907-908
906, 905, 904, 903,