mirror of
https://github.com/neovim/neovim.git
synced 2026-08-06 07:29:15 +00:00
docs: update version.c
vim-patch:9.1.0053: MS-Windows: Key event test still fails vim-patch:9.1.0057: MS-Windows: Key event test still fails vim-patch:9.2.0540: tests: Test_mswin_event_mouse is flaky vim-patch:9.2.0590: GTK4: drawing area loses focus shape on popup menu open vim-patch:9.2.0595: MS-Windows: Wrong buffer size calculation for gvimext vim-patch:9.2.0599: popup: title set with popup_setoptions() is not shown vim-patch:057db5f7e CI: Bump actions/checkout in the github-actions group across 1 directory vim-patch:48f2e78c8 runtime(doc): Add gtk4-slow doc tag vim-patch:9e4042b2b translation(it): Update Italian man page vim-patch:9.2.0604: tests: Test_mswin_event_mouse() is still flaky vim-patch:9.2.0607: GTK4: inputdialog() does not work as expected vim-patch:9.2.0613: tests: test_xxd_color2() checks for dash but uses sh vim-patch:9.2.0616: GTK4: use-after-free on clipboard read timeout vim-patch:9.2.0617: GvimExt: does not support different runtime dirs vim-patch:9.2.0618: use-after-free in popup_getoptions() on dict_add() failure vim-patch:9.2.0619: integer overflow in popup image size validation vim-patch:0abffbff2 CI: Remove Cirrus CI and Coverity Scan
This commit is contained in:
@@ -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[] = { 2331, 3826, 1591, 1633, 347 };
|
||||
static const int num_patches[] = { 2331, 3826, 1595, 1640, 371 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -2258,9 +2258,7 @@ static const int *included_patchsets[] = {
|
||||
// 2089
|
||||
2088, 2087,
|
||||
// 2084-2086
|
||||
2083,
|
||||
// 2082
|
||||
2081, 2080, 2079,
|
||||
2083, 2082, 2081, 2080, 2079,
|
||||
// 2078
|
||||
2077,
|
||||
// 2076
|
||||
@@ -2656,7 +2654,9 @@ static const int *included_patchsets[] = {
|
||||
967, 966, 965, 964, 963,
|
||||
// 959-962
|
||||
958,
|
||||
// 954-957
|
||||
// 956-957
|
||||
955,
|
||||
// 954
|
||||
953, 952, 951, 950,
|
||||
// 948-949
|
||||
947, 946,
|
||||
@@ -2688,10 +2688,8 @@ static const int *included_patchsets[] = {
|
||||
895,
|
||||
// 894
|
||||
893, 892,
|
||||
// 889-891
|
||||
888,
|
||||
// 887
|
||||
886,
|
||||
// 890-891
|
||||
889, 888, 887, 886,
|
||||
// 885
|
||||
884, 883, 882,
|
||||
// 880-881
|
||||
@@ -3088,8 +3086,8 @@ static const int *included_patchsets[] = {
|
||||
// 2003
|
||||
2002, 2001,
|
||||
// 1999-2000
|
||||
1998, 1997,
|
||||
// 1992-1996
|
||||
1998, 1997, 1996,
|
||||
// 1992-1995
|
||||
1991, 1990, 1989, 1988, 1987,
|
||||
// 1985-1986
|
||||
1984, 1983,
|
||||
@@ -3102,8 +3100,8 @@ static const int *included_patchsets[] = {
|
||||
// 1968
|
||||
1967, 1966, 1965, 1964, 1963, 1962, 1961, 1960,
|
||||
// 1959
|
||||
1958, 1957,
|
||||
// 1955-1956
|
||||
1958, 1957, 1956,
|
||||
// 1955
|
||||
1954, 1953, 1952, 1951, 1950, 1949, 1948, 1947,
|
||||
// 1946
|
||||
1945, 1944, 1943, 1942, 1941,
|
||||
@@ -3129,7 +3127,9 @@ static const int *included_patchsets[] = {
|
||||
1881, 1880, 1879, 1878, 1877, 1876, 1875,
|
||||
// 1873-1874
|
||||
1872, 1871, 1870, 1869, 1868, 1867,
|
||||
// 1862-1866
|
||||
// 1866
|
||||
1865,
|
||||
// 1862-1864
|
||||
1861,
|
||||
// 1860
|
||||
1859, 1858,
|
||||
@@ -3457,9 +3457,7 @@ static const int *included_patchsets[] = {
|
||||
// 952
|
||||
951, 950,
|
||||
// 949
|
||||
948, 947, 946, 945,
|
||||
// 944
|
||||
943, 942, 941, 940, 939, 938,
|
||||
948, 947, 946, 945, 944, 943, 942, 941, 940, 939, 938,
|
||||
// 937
|
||||
936, 935, 934, 933,
|
||||
// 931-932
|
||||
@@ -3571,9 +3569,7 @@ static const int *included_patchsets[] = {
|
||||
// 587
|
||||
586, 585,
|
||||
// 584
|
||||
583, 582,
|
||||
// 581
|
||||
580, 579,
|
||||
583, 582, 581, 580, 579,
|
||||
// 578
|
||||
577,
|
||||
// 576
|
||||
@@ -3661,9 +3657,7 @@ static const int *included_patchsets[] = {
|
||||
// 349
|
||||
348, 347, 346,
|
||||
// 345
|
||||
344, 343,
|
||||
// 342
|
||||
341, 340, 339,
|
||||
344, 343, 342, 341, 340, 339,
|
||||
// 337-338
|
||||
336, 335, 334, 333, 332, 331,
|
||||
// 330
|
||||
@@ -3728,8 +3722,8 @@ static const int *included_patchsets[] = {
|
||||
106, 105, 104, 103, 102, 101, 100,
|
||||
// 99
|
||||
98, 97,
|
||||
// 95-96
|
||||
94, 93, 92,
|
||||
// 96
|
||||
95, 94, 93, 92,
|
||||
// 90-91
|
||||
89, 88, 87, 86, 85, 84, 83, 82, 81,
|
||||
// 80
|
||||
@@ -3765,21 +3759,36 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
585,
|
||||
// 584
|
||||
583,
|
||||
623,
|
||||
// 622
|
||||
621, 620,
|
||||
// 611-619
|
||||
610,
|
||||
// 606-609
|
||||
605,
|
||||
// 602-604
|
||||
601,
|
||||
// 599-600
|
||||
598, 597, 596,
|
||||
// 592-595
|
||||
591,
|
||||
// 590
|
||||
589, 588, 587,
|
||||
// 586
|
||||
585, 584, 583,
|
||||
// 582
|
||||
581,
|
||||
// 576-580
|
||||
575,
|
||||
// 569-574
|
||||
568,
|
||||
581, 580,
|
||||
// 579
|
||||
578, 577,
|
||||
// 576
|
||||
575, 574,
|
||||
// 572-573
|
||||
571, 570, 569, 568,
|
||||
// 567
|
||||
566,
|
||||
// 563-565
|
||||
562, 561, 560, 559, 558, 557,
|
||||
// 556
|
||||
555, 554, 553, 552, 551, 550, 549, 548, 547, 546,
|
||||
// 565
|
||||
564, 563, 562, 561, 560, 559, 558, 557, 556, 555, 554, 553, 552, 551, 550, 549,
|
||||
548, 547, 546,
|
||||
// 545
|
||||
544, 543, 542, 541,
|
||||
// 540
|
||||
|
||||
Reference in New Issue
Block a user