version.c: update [ci skip] (#7886)

vim-patch:8.0.0175: setting language on MS-Windows does not always work
vim-patch:8.0.0185: system() test fails on MS-Windows
vim-patch:8.0.1435: memory leak in test_arabic
vim-patch:8.0.0424: compiler warnings on MS-Windows
vim-patch:8.0.0434: clang version not correctly detected
vim-patch:8.0.0458: potential crash if adding list or dict to dict fails
This commit is contained in:
Marvim the Paranoid Android 2018-02-01 02:24:45 +01:00 committed by Justin M. Keyes
parent dfcd09dc22
commit ec7cbabf01

View File

@ -823,27 +823,27 @@ static const int included_patches[] = {
// 677, // 677,
// 676, // 676,
// 675, // 675,
// 674, 674,
// 673, 673,
672, 672,
// 671, // 671,
// 670, // 670,
// 669, // 669,
// 668, 668,
// 667, 667,
// 666, 666,
// 665, 665,
// 664, 664,
// 663, // 663,
// 662, 662,
// 661, 661,
// 660, 660,
// 659, 659,
658, 658,
657, 657,
// 656, 656,
// 655, 655,
// 654, 654,
// 653, // 653,
652, 652,
// 651, // 651,
@ -898,7 +898,7 @@ static const int included_patches[] = {
// 602, // 602,
601, 601,
// 600, // 600,
// 599, 599,
// 598, // 598,
597, 597,
// 596, // 596,
@ -969,7 +969,7 @@ static const int included_patches[] = {
// 531, // 531,
// 530, // 530,
// 529, // 529,
// 528, 528,
// 527, // 527,
// 526, // 526,
// 525, // 525,
@ -1049,13 +1049,13 @@ static const int included_patches[] = {
// 451, // 451,
// 450, // 450,
// 449, // 449,
// 448, 448,
// 447, // 447,
// 446, // 446,
// 445, // 445,
// 444, 444,
// 443, 443,
// 442, 442,
// 441, // 441,
// 440, // 440,
// 439, // 439,
@ -1064,14 +1064,14 @@ static const int included_patches[] = {
// 436, // 436,
// 435, // 435,
// 434, // 434,
// 433, 433,
// 432, // 432,
// 431, 431,
// 430, // 430,
// 429, // 429,
// 428, // 428,
// 427, 427,
// 426, 426,
// 425, // 425,
// 424, // 424,
423, 423,
@ -1138,8 +1138,8 @@ static const int included_patches[] = {
// 362, // 362,
// 361, // 361,
360, 360,
// 359, 359,
// 358, 358,
// 357, // 357,
// 356, // 356,
// 355, // 355,
@ -1498,7 +1498,6 @@ static const int included_patches[] = {
2, 2,
1, 1,
0, 0,
}; };
// clang-format on // clang-format on