mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
docs: update version.c
vim-patch:9.2.0313: Callback channel not registered in GUI vim-patch:9.2.0319: popup: rendering issues with partially transparent popups
This commit is contained in:
@@ -60,7 +60,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS;
|
||||
// clang-format off
|
||||
static const int vim_versions[] = { 801, 802, 900, 901, 902 };
|
||||
|
||||
static const int num_patches[] = { 2331, 3803, 1574, 1617, 155 };
|
||||
static const int num_patches[] = { 2331, 3805, 1574, 1617, 166 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -2051,9 +2051,7 @@ static const int *included_patchsets[] = {
|
||||
// 652-653
|
||||
651,
|
||||
// 650
|
||||
649, 648,
|
||||
// 647
|
||||
646, 645, 644, 643, 642,
|
||||
649, 648, 647, 646, 645, 644, 643, 642,
|
||||
// 641
|
||||
640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629, 628,
|
||||
// 626-627
|
||||
@@ -2131,9 +2129,8 @@ static const int *included_patchsets[] = {
|
||||
// 367
|
||||
366, 365,
|
||||
// 364
|
||||
363, 362, 361, 360, 359, 358, 357,
|
||||
// 356
|
||||
355, 354, 353, 352, 351, 350, 349, 348, 347,
|
||||
363, 362, 361, 360, 359, 358, 357, 356, 355, 354, 353, 352, 351, 350, 349, 348,
|
||||
347,
|
||||
// 346
|
||||
345,
|
||||
// 344
|
||||
@@ -3810,15 +3807,17 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
298,
|
||||
// 297
|
||||
296, 295,
|
||||
// 290-294
|
||||
289,
|
||||
// 288
|
||||
287,
|
||||
// 286
|
||||
285,
|
||||
312,
|
||||
// 307-311
|
||||
306,
|
||||
// 305
|
||||
304, 303,
|
||||
// 300-302
|
||||
299, 298, 297, 296, 295, 294, 293,
|
||||
// 292
|
||||
291,
|
||||
// 290
|
||||
289, 288, 287, 286, 285,
|
||||
// 281-284
|
||||
280, 279,
|
||||
// 278
|
||||
|
||||
Reference in New Issue
Block a user