From 1cb0bbe7982a5bcecef5b7fa84e4b98b8a3991a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:20:48 -0400 Subject: [PATCH] docs: update version.c #40783 vim-patch:98056533b Vim 8.2 release vim-patch:495282b6e Correct list of patch numbers vim-patch:85d9b03f8 Correct list of patches. vim-patch:8.2.2598: Vim9: :open does not need to be supported vim-patch:8.2.4606: test fails because of changed error message vim-patch:9.0.0014: missing part of the test override change vim-patch:9.0.0515: virtual text highlight starts too early when 'number' is set vim-patch:9.0.0516: virtual text "above" highlights gap after it vim-patch:9.0.0518: virtual text highlight starts too early with 'nowrap' vim-patch:9.0.0698: VisVim is outdated, does not work with current Visual Studio vim-patch:9.0.0833: Mac: no +sound feature in huge build vim-patch:9.0.1124: virtual text at a column position is truncated vim-patch:9.0.1463: virtual text truncation only works with Unicode 'encoding' vim-patch:9.0.1482: crash when textprop has a very large "padding" value vim-patch:9.0.1695: Crash with overlong textprop above vim-patch:9.1.0139: MS-Windows: ligatures map cleared on startup vim-patch:9.1.0368: MS-Windows: Hard to define the Vim Patchlevel with leading zeroes vim-patch:20393bc02 runtime(doc): update last change date for diff.txt vim-patch:c49cb93a8 patch 9.1.1392: missing patch number vim-patch:9.1.1397: tabpanel not correctly updated on :tabonly vim-patch:9.1.1530: Missing version change in v9.1.1529 vim-patch:689f3bf31 runtime(doc): clarify C99 constraints and portability assumptions vim-patch:9.1.1589: Cannot disable cscope interface using configure vim-patch:9.1.1637: FEAT_DIFF used in diff.pro vim-patch:2d4eb6ee1 runtime(doc): Remove dead link from todo.txt vim-patch:6d8307fc2 runtime(doc): Add a Development policy vim-patch:9.1.1982: Use after free with redraw_listener_add() vim-patch:9.1.2084: Compile error when build with job feature vim-patch:9.1.2115: CI: wrong preprocessor indentation vim-patch:9.2.0764: Compiler warning about unused function vim-patch:b212f440a CI: Bump the github-actions group across 1 directory with 2 updates Co-authored-by: marvim --- src/nvim/version.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index ea0420b3ba..26996c6925 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[] = { 2332, 3856, 1615, 1662, 520 }; +static const int num_patches[] = { 2332, 3857, 1615, 1662, 521 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -427,9 +427,7 @@ static const int *included_patchsets[] = { // 4962 4961, 4960, 4959, // 4958 - 4957, 4956, - // 4955 - 4954, 4953, + 4957, 4956, 4955, 4954, 4953, // 4952 4951, 4950, 4949, 4948, 4947, 4946, // 4945 @@ -3689,7 +3687,7 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 - 782, 781, + 783, 782, 781, // 780 779, 778, // 773-777