mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
docs: update version.c #40055
vim-patch:9.0.0887: cannot easily try out what codes various keys produce vim-patch:9.0.0889: keycode check script has a few flaws vim-patch:9.0.0955: libvterm does not support the XTQMODKEYS request vim-patch:9.2.0556: GTK4: scrollbars not shown and do not respond to clicks vim-patch:9.2.0563: GTK3/Wayland: crash with right mouse-button in tabline vim-patch:9.2.0564: GTK4: tabline does not respond to mouse clicks vim-patch:0e8cf80ca CI: Bump github/codeql-action vim-patch:9.2.0569: out-of-bounds access in libvterm CSI 8 t resize vim-patch:9.2.0570: GTK4: mouse wheel scrolling does not work correctly vim-patch:9.2.0571: Vim9: memory leak in compile_nested_function() on failure vim-patch:905312e0e NSIS: Fix 32-bit context menu vim-patch:9.2.0574: tests: missing test for v9.2.0572 vim-patch:9.2.0577: GTK4: window resizing issues vim-patch:9.2.0578: GTK4: :unmenu does not remove entries from the menubar vim-patch:9.2.0580: xxd: binary output is not colored with -R vim-patch:b7d07d3e8 translation(it): Update Italian xxd man page vim-patch:9.2.0584: GTK4: missing UI features vim-patch:9.2.0587: GTK4: left scrollbar overlaps drawarea vim-patch:9.2.0588: GTK4: drawing area loses focus after closing a menubar popover
This commit is contained in:
committed by
GitHub
parent
13b2b14275
commit
1c0ffbcc9f
@@ -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, 309 };
|
||||
static const int num_patches[] = { 2331, 3826, 1591, 1633, 347 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -3765,49 +3765,55 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
555,
|
||||
// 554
|
||||
553,
|
||||
// 552
|
||||
551,
|
||||
// 550
|
||||
549,
|
||||
// 548
|
||||
547,
|
||||
// 540-546
|
||||
539, 538,
|
||||
// 537
|
||||
536, 535,
|
||||
585,
|
||||
// 584
|
||||
583,
|
||||
// 582
|
||||
581,
|
||||
// 576-580
|
||||
575,
|
||||
// 569-574
|
||||
568,
|
||||
// 567
|
||||
566,
|
||||
// 563-565
|
||||
562, 561, 560, 559, 558, 557,
|
||||
// 556
|
||||
555, 554, 553, 552, 551, 550, 549, 548, 547, 546,
|
||||
// 545
|
||||
544, 543, 542, 541,
|
||||
// 540
|
||||
539, 538, 537, 536, 535,
|
||||
// 534
|
||||
533,
|
||||
// 532
|
||||
531,
|
||||
// 526-530
|
||||
525, 524, 523,
|
||||
// 518-522
|
||||
517,
|
||||
533, 532, 531,
|
||||
// 530
|
||||
529, 528, 527, 526, 525, 524, 523,
|
||||
// 522
|
||||
521,
|
||||
// 520
|
||||
519, 518, 517,
|
||||
// 516
|
||||
515,
|
||||
// 514
|
||||
513,
|
||||
// 511-512
|
||||
510,
|
||||
515, 514, 513,
|
||||
// 512
|
||||
511, 510,
|
||||
// 509
|
||||
508,
|
||||
// 507
|
||||
506,
|
||||
// 503-505
|
||||
502,
|
||||
506, 505, 504, 503, 502,
|
||||
// 501
|
||||
500,
|
||||
// 497-499
|
||||
// 499
|
||||
498,
|
||||
// 497
|
||||
496, 495, 494,
|
||||
// 491-493
|
||||
// 493
|
||||
492,
|
||||
// 491
|
||||
490, 489,
|
||||
// 487-488
|
||||
486,
|
||||
// 482-485
|
||||
481, 480,
|
||||
// 483-485
|
||||
482, 481, 480,
|
||||
// 479
|
||||
478, 477, 476, 475, 474, 473, 472, 471, 470,
|
||||
// 465-469
|
||||
|
||||
Reference in New Issue
Block a user