mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
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:
parent
dfcd09dc22
commit
ec7cbabf01
@ -823,27 +823,27 @@ static const int included_patches[] = {
|
||||
// 677,
|
||||
// 676,
|
||||
// 675,
|
||||
// 674,
|
||||
// 673,
|
||||
674,
|
||||
673,
|
||||
672,
|
||||
// 671,
|
||||
// 670,
|
||||
// 669,
|
||||
// 668,
|
||||
// 667,
|
||||
// 666,
|
||||
// 665,
|
||||
// 664,
|
||||
668,
|
||||
667,
|
||||
666,
|
||||
665,
|
||||
664,
|
||||
// 663,
|
||||
// 662,
|
||||
// 661,
|
||||
// 660,
|
||||
// 659,
|
||||
662,
|
||||
661,
|
||||
660,
|
||||
659,
|
||||
658,
|
||||
657,
|
||||
// 656,
|
||||
// 655,
|
||||
// 654,
|
||||
656,
|
||||
655,
|
||||
654,
|
||||
// 653,
|
||||
652,
|
||||
// 651,
|
||||
@ -898,7 +898,7 @@ static const int included_patches[] = {
|
||||
// 602,
|
||||
601,
|
||||
// 600,
|
||||
// 599,
|
||||
599,
|
||||
// 598,
|
||||
597,
|
||||
// 596,
|
||||
@ -969,7 +969,7 @@ static const int included_patches[] = {
|
||||
// 531,
|
||||
// 530,
|
||||
// 529,
|
||||
// 528,
|
||||
528,
|
||||
// 527,
|
||||
// 526,
|
||||
// 525,
|
||||
@ -1049,13 +1049,13 @@ static const int included_patches[] = {
|
||||
// 451,
|
||||
// 450,
|
||||
// 449,
|
||||
// 448,
|
||||
448,
|
||||
// 447,
|
||||
// 446,
|
||||
// 445,
|
||||
// 444,
|
||||
// 443,
|
||||
// 442,
|
||||
444,
|
||||
443,
|
||||
442,
|
||||
// 441,
|
||||
// 440,
|
||||
// 439,
|
||||
@ -1064,14 +1064,14 @@ static const int included_patches[] = {
|
||||
// 436,
|
||||
// 435,
|
||||
// 434,
|
||||
// 433,
|
||||
433,
|
||||
// 432,
|
||||
// 431,
|
||||
431,
|
||||
// 430,
|
||||
// 429,
|
||||
// 428,
|
||||
// 427,
|
||||
// 426,
|
||||
427,
|
||||
426,
|
||||
// 425,
|
||||
// 424,
|
||||
423,
|
||||
@ -1138,8 +1138,8 @@ static const int included_patches[] = {
|
||||
// 362,
|
||||
// 361,
|
||||
360,
|
||||
// 359,
|
||||
// 358,
|
||||
359,
|
||||
358,
|
||||
// 357,
|
||||
// 356,
|
||||
// 355,
|
||||
@ -1498,7 +1498,6 @@ static const int included_patches[] = {
|
||||
2,
|
||||
1,
|
||||
0,
|
||||
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user