mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 17:41:48 +00:00
docs: update version.c
vim-patch:950f501a1 runtime(doc): Fix file mode for the Italian manpage vim-patch:9.2.0482: runtime(osc52): triggered twice with TextPutPoste autocmd vim-patch:7cb86f46c CI: Bump the github-actions group across 1 directory with 2 updates vim-patch:8ae45e420 NSIS: Don't install 32-bit dll on ARM64 vim-patch:403ba303b ccfilter: uses unbounded strcat()/strcpy() vim-patch:ab24858cf CI: Update clang to v22 vim-patch:9.2.0492: popup: decoration wrongly drawn with clipping on border vim-patch:9.2.0498: potential heap buffer overflow in if_xcmdsrv.c vim-patch:6daa721dc runtime(doc): INSTALL: "libwayland-dev" is required on Ubuntu for Wayland clipboard support vim-patch:9b1d657bc CI: Stop using AppVeyor vim-patch:7a57f5975 runtime(syntax-tests): Always delete our copy of "src/testdir/vimcmd" vim-patch:9.2.0503: Makefile: Missing dependencies for new GTK4 source files vim-patch:9.2.0504: configure: requires X11 libraries for GTK4 build vim-patch:9.2.0505: GTK4: text looks blurry on HiDPI displays vim-patch:aee12156e runtime(doc): fix GTK4 package name in src/INSTALL vim-patch:1dfaeb4fa runtime(doc): re-generate vim.man vim-patch:9.2.0511: configure: when GTK4 is used also links in X11 libs vim-patch:9.2.0514: GTK4: build errors when socketserver is enabled vim-patch:37223f47b CI: Bump github/codeql-action vim-patch:9.2.0518: GTK4: input method cannot compose text vim-patch:9.2.0519: GTK4: GUI tabline is not displayed correctly vim-patch:9.2.0521: GTK4: cannot resize shell after the window is shown vim-patch:5e3056ee8 translation(it): Update Italian manpage vim-patch:9.2.0527: Possible double free in fill_partial_and_closure() vim-patch:9.2.0528: possible overflow in XIM resource handling vim-patch:9.2.0529: GTK4: clipboard returns empty after a foreign app takes the selection vim-patch:3b8ac8f8a CI: Split platform specific CI configurations into separated files vim-patch:9.2.0532: GTK: preedit font size is wrong for fractional point sizes vim-patch:9.2.0537: GTK4: mouse popup menu does not show up at mouse pointer vim-patch:9.2.0541: Vim9: endclass/endenum/endinterface can give errors vim-patch:9.2.0542: tests: test_codestyle fails vim-patch:915e68e21 translation(it): Update Italian manpage vim-patch:9.2.0543: Vim9: wrong error when redeclaring a typed variable vim-patch:9.2.0544: GTK4: window blank after a resize or drag vim-patch:9.2.0546: configure: GTK4 build requires GTK >= 4.10 vim-patch:9.2.0548: GTK4: terminal and pty job output is not processed vim-patch:9.2.0550: GTK4: 'mousehide' unhides cursor when switching tabs vim-patch:9.2.0552: GTK4: F10 does nothing when the menubar is hidden
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, 1590, 1633, 273 };
|
||||
static const int num_patches[] = { 2331, 3826, 1591, 1633, 309 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -2235,8 +2235,8 @@ static const int *included_patchsets[] = {
|
||||
// 2160
|
||||
2159, 2158,
|
||||
// 2156-2157
|
||||
2155, 2154,
|
||||
// 2152-2153
|
||||
2155, 2154, 2153,
|
||||
// 2152
|
||||
2151, 2150, 2149, 2148,
|
||||
// 2147
|
||||
2146, 2145,
|
||||
@@ -3765,16 +3765,56 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
476, 475,
|
||||
// 474
|
||||
473,
|
||||
// 472
|
||||
471, 470,
|
||||
555,
|
||||
// 554
|
||||
553,
|
||||
// 552
|
||||
551,
|
||||
// 550
|
||||
549,
|
||||
// 548
|
||||
547,
|
||||
// 540-546
|
||||
539, 538,
|
||||
// 537
|
||||
536, 535,
|
||||
// 534
|
||||
533,
|
||||
// 532
|
||||
531,
|
||||
// 526-530
|
||||
525, 524, 523,
|
||||
// 518-522
|
||||
517,
|
||||
// 516
|
||||
515,
|
||||
// 514
|
||||
513,
|
||||
// 511-512
|
||||
510,
|
||||
// 509
|
||||
508,
|
||||
// 507
|
||||
506,
|
||||
// 503-505
|
||||
502,
|
||||
// 501
|
||||
500,
|
||||
// 497-499
|
||||
496, 495, 494,
|
||||
// 491-493
|
||||
490, 489,
|
||||
// 487-488
|
||||
486,
|
||||
// 482-485
|
||||
481, 480,
|
||||
// 479
|
||||
478, 477, 476, 475, 474, 473, 472, 471, 470,
|
||||
// 465-469
|
||||
464,
|
||||
// 462-463
|
||||
461,
|
||||
// 459-460
|
||||
461, 460,
|
||||
// 459
|
||||
458,
|
||||
// 456-457
|
||||
455, 454,
|
||||
@@ -3847,9 +3887,7 @@ static const int *included_patchsets[] = {
|
||||
// 300-301
|
||||
299, 298, 297, 296, 295, 294, 293,
|
||||
// 292
|
||||
291,
|
||||
// 290
|
||||
289, 288, 287, 286, 285,
|
||||
291, 290, 289, 288, 287, 286, 285,
|
||||
// 282-284
|
||||
281, 280, 279,
|
||||
// 278
|
||||
|
||||
Reference in New Issue
Block a user