mirror of
https://github.com/neovim/neovim.git
synced 2026-07-11 20:09:44 +00:00
docs: update version.c #40609
Co-authored-by: marvim <marvim@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
59dbca9b0c
commit
7e9f384dde
@@ -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[] = { 2332, 3856, 1614, 1657, 511 };
|
||||
static const int num_patches[] = { 2332, 3856, 1615, 1662, 520 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -2193,8 +2193,8 @@ static const int *included_patchsets[] = {
|
||||
// 2176
|
||||
2175,
|
||||
// 2174
|
||||
2173,
|
||||
// 2169-2172
|
||||
2173, 2172,
|
||||
// 2169-2171
|
||||
2168,
|
||||
// 2167
|
||||
2166,
|
||||
@@ -3191,8 +3191,8 @@ static const int *included_patchsets[] = {
|
||||
// 1543
|
||||
1542, 1541, 1540, 1539, 1538,
|
||||
// 1537
|
||||
1536, 1535,
|
||||
// 1533-1534
|
||||
1536, 1535, 1534,
|
||||
// 1533
|
||||
1532,
|
||||
// 1529-1531
|
||||
1528, 1527, 1526,
|
||||
@@ -3221,9 +3221,7 @@ static const int *included_patchsets[] = {
|
||||
// 1457-1458
|
||||
1456, 1455, 1454, 1453, 1452,
|
||||
// 1451
|
||||
1450, 1449,
|
||||
// 1448
|
||||
1447, 1446, 1445, 1444, 1443, 1442, 1441, 1440, 1439,
|
||||
1450, 1449, 1448, 1447, 1446, 1445, 1444, 1443, 1442, 1441, 1440, 1439,
|
||||
// 1438
|
||||
1437,
|
||||
// 1436
|
||||
@@ -3237,11 +3235,9 @@ static const int *included_patchsets[] = {
|
||||
// 1423
|
||||
1422, 1421, 1420, 1419,
|
||||
// 1418
|
||||
1417, 1416,
|
||||
// 1414-1415
|
||||
1413,
|
||||
// 1411-1412
|
||||
1410, 1409, 1408, 1407,
|
||||
1417, 1416, 1415,
|
||||
// 1414
|
||||
1413, 1412, 1411, 1410, 1409, 1408, 1407,
|
||||
// 1406
|
||||
1405, 1404,
|
||||
// 1403
|
||||
@@ -3694,17 +3690,19 @@ static const int *included_patchsets[] = {
|
||||
},
|
||||
(const int[]) { // 902
|
||||
782, 781,
|
||||
// 772-780
|
||||
771, 770, 769,
|
||||
// 764-768
|
||||
// 780
|
||||
779, 778,
|
||||
// 773-777
|
||||
772, 771, 770, 769,
|
||||
// 766-768
|
||||
765,
|
||||
// 764
|
||||
763,
|
||||
// 762
|
||||
761,
|
||||
// 760
|
||||
759,
|
||||
// 757-758
|
||||
756, 755, 754,
|
||||
// 752-753
|
||||
761, 760, 759,
|
||||
// 758
|
||||
757, 756, 755, 754, 753,
|
||||
// 752
|
||||
751, 750, 749, 748, 747, 746, 745, 744, 743, 742, 741, 740, 739, 738, 737,
|
||||
// 736
|
||||
735,
|
||||
@@ -3886,8 +3884,10 @@ static const int *included_patchsets[] = {
|
||||
// 282-284
|
||||
281, 280, 279,
|
||||
// 278
|
||||
277, 276,
|
||||
// 272-275
|
||||
277, 276, 275,
|
||||
// 274
|
||||
273,
|
||||
// 272
|
||||
271, 270, 269, 268, 267,
|
||||
// 266
|
||||
265, 264,
|
||||
|
||||
Reference in New Issue
Block a user