mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 08:48:16 +00:00
docs: update version.c
vim-patch:ccdc81701 CI: Restore daily Coverity Scan vim-patch:9.2.0710: GTK4 GUI resize handling can be improved vim-patch:9.2.0712: GTK4: dialogs not handling mnemonics correctly
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[] = { 2332, 3856, 1607, 1655, 448 };
|
||||
static const int num_patches[] = { 2332, 3856, 1612, 1655, 454 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -2599,13 +2599,15 @@ static const int *included_patchsets[] = {
|
||||
984,
|
||||
// 982-983
|
||||
981,
|
||||
// 973-980
|
||||
// 976-980
|
||||
975,
|
||||
// 973-974
|
||||
972,
|
||||
// 971
|
||||
970, 969,
|
||||
// 968
|
||||
967, 966, 965, 964, 963,
|
||||
// 959-962
|
||||
967, 966, 965, 964, 963, 962,
|
||||
// 959-961
|
||||
958,
|
||||
// 956-957
|
||||
955,
|
||||
@@ -2703,11 +2705,11 @@ static const int *included_patchsets[] = {
|
||||
// 730
|
||||
729, 728, 727, 726,
|
||||
// 725
|
||||
724,
|
||||
// 721-723
|
||||
724, 723,
|
||||
// 721-722
|
||||
720,
|
||||
// 718-719
|
||||
717, 716, 715,
|
||||
// 719
|
||||
718, 717, 716, 715,
|
||||
// 714
|
||||
713, 712, 711,
|
||||
// 708-710
|
||||
@@ -2775,9 +2777,7 @@ static const int *included_patchsets[] = {
|
||||
// 556
|
||||
555,
|
||||
// 552-554
|
||||
551, 550, 549, 548,
|
||||
// 547
|
||||
546, 545, 544, 543, 542, 541, 540, 539,
|
||||
551, 550, 549, 548, 547, 546, 545, 544, 543, 542, 541, 540, 539,
|
||||
// 538
|
||||
537, 536,
|
||||
// 534-535
|
||||
@@ -3697,11 +3697,9 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
705,
|
||||
// 703-704
|
||||
702,
|
||||
// 700-701
|
||||
699, 698, 697, 696,
|
||||
708, 707, 706, 705, 704,
|
||||
// 703
|
||||
702, 701, 700, 699, 698, 697, 696,
|
||||
// 694-695
|
||||
693,
|
||||
// 692
|
||||
|
||||
Reference in New Issue
Block a user