diff options
-rw-r--r-- | src/nvim/version.c | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 77ae849d2e..779fd57a54 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -205,7 +205,7 @@ static const int included_patches[] = { // 1437, // 1436, 1435, - // 1434, + 1434, // 1433, // 1432, // 1431, @@ -354,11 +354,11 @@ static const int included_patches[] = { // 1288, // 1287, // 1286, - // 1285, - // 1284, - // 1283, - // 1282, - // 1281, + 1285, + 1284, + 1283, + 1282, + 1281, // 1280, // 1279, // 1278, @@ -938,7 +938,7 @@ static const int included_patches[] = { // 704, 703, // 702, - // 701, + 701, 700, 699, // 698, @@ -1004,7 +1004,7 @@ static const int included_patches[] = { // 638, // 637, // 636, - // 635, + 635, 634, // 633, // 632, @@ -1075,7 +1075,7 @@ static const int included_patches[] = { // 567, // 566, 565, - // 564, + 564, // 563, // 562, 561, @@ -1126,7 +1126,7 @@ static const int included_patches[] = { // 516, // 515, // 514, - // 513, + 513, // 512, // 511, // 510, @@ -1222,7 +1222,7 @@ static const int included_patches[] = { 420, // 419, // 418, - // 417, + 417, // 416, // 415, // 414, @@ -1252,7 +1252,7 @@ static const int included_patches[] = { 390, 389, 388, - // 387, + 387, // 386, 385, // 384, @@ -1282,7 +1282,7 @@ static const int included_patches[] = { 360, 359, 358, - // 357, + 357, // 356, // 355, // 354, @@ -1295,7 +1295,7 @@ static const int included_patches[] = { 347, // 346, 345, - // 344, + 344, 343, // 342, 341, @@ -1323,7 +1323,7 @@ static const int included_patches[] = { 319, // 318, // 317, - // 316, + 316, 315, 314, // 313, @@ -1376,8 +1376,8 @@ static const int included_patches[] = { 266, // 265, // 264, - // 263, - // 262, + 263, + 262, // 261, 260, 259, @@ -1432,7 +1432,7 @@ static const int included_patches[] = { // 210, 209, 208, - // 207, + 207, 206, 205, 204, @@ -1442,7 +1442,7 @@ static const int included_patches[] = { 200, 199, 198, - // 197, + 197, 196, 195, 194, @@ -1455,7 +1455,7 @@ static const int included_patches[] = { 187, 186, 185, - // 184, + 184, 183, 182, 181, |