From 6e1744c092cbf3aab48cc4f403ea5b6132339566 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:27:12 -0400 Subject: [PATCH] docs: update version.c #41391 vim-patch:8.1.2195: Vim does not exit when the terminal window is last window vim-patch:8.1.2219: no autocommand for open window with terminal vim-patch:8.2.1160: Vim9: memory leak in allocated types vim-patch:8.2.2331: Vim9: wrong error when modifying dict declared with :final vim-patch:8.2.4153: MS-Windows: Global IME is no longer supported vim-patch:8.2.4586: Vim9: no error for using lower case name for "func" argument vim-patch:9.0.0627: "const" and "final" both make the type a constant vim-patch:9.0.1605: crash when calling method on super in child constructor vim-patch:9.0.1760: vim9 class problem with new() constructor vim-patch:9.1.0050: Win32 Keyboard handling is sub-optimal vim-patch:9.1.0270: a few minor issues to fix vim-patch:fb745756d runtime(doc): add MsgArea to 'highlight' option description vim-patch:f0837ba0b runtime(doc): In builtin overview use {buf} as param for appendbufline/setbufline vim-patch:6081c1789 runtime(doc): update help-toc description vim-patch:2afdb3a65 runtime(doc): Fix minor typo in options.txt vim-patch:ba0062b0c runtime(helptoc): the helptoc package can be improved vim-patch:9340aa1bf runtime(helptoc): add s keymap to split and jump to selected entry vim-patch:b2e21cccc runtime(doc): Tweak documentation in vi_diff.txt vim-patch:3913f13a7 runtime(doc): Improve :help builtin-function-list table formatting vim-patch:b8f58dd69 runtime(doc): Fix typos in version9.txt vim-patch:9.2.0973: Vim9: internal error when a class member is initialized with a closure vim-patch:9.2.0974: tests: Test_clientserver_serverlist_list() is flaky vim-patch:9.2.0975: Vim9: assignment to a member of an object member fails vim-patch:9.2.0977: tests: test_terminal_visual_empty_listchars() is flaky vim-patch:9.2.0988: tests: Test_terminal_csi_resize_oob() returns early vim-patch:9.2.0989: libvterm: hang when rendering REP with no preceding char vim-patch:9.2.0990: libvterm: crash when a scroll region outlives a resize vim-patch:9.2.0992: popup filter gets the key at the hit-enter prompt vim-patch:9.2.0994: Vim9: No error for :open during compilation vim-patch:b618f7ea1 CI: Bump github/codeql-action vim-patch:b7e0c1cb3 runtime(doc): correct typo in bug report in version5.txt vim-patch:632abba51 runtime(doc): fix typos and grammar in CONTRIBUTING.md vim-patch:9.2.0999: serverlist() fails when there is no connection to the server vim-patch:9.2.1000: Vim9: listener_add() fails when given only a callback vim-patch:9.2.1003: popup: border is not shown when the popup does not fit vim-patch:3e46ee723 patch 9.2.1010: compile error when folding feature is disabled --- src/nvim/version.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 106d05f245..a57dbf3134 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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[] = { 2406, 4019, 1639, 1701, 655 }; +static const int num_patches[] = { 2406, 4019, 1639, 1701, 662 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -3363,8 +3363,20 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 + 1001, + // 997-1000 + 996, 995, + // 994 + 993, + // 988-992 + 987, + // 986 + 985, + // 983-984 982, - // 970-981 + // 981 + 980, + // 970-979 969, // 968 967, 966, 965,