commit 5d6846c389a0ec3ba236537d82853277269268a6
parent d9d8c660fd5559d928c8870a21970a375674e310
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 24 Feb 2026 03:40:03 -0500
docs: update version.c #37962
vim-patch:9.1.0001: tests: Test_popup_setbuf() fails
vim-patch:9.2.0018: high cpu usage with Wayland compositor
vim-patch:472f46e23 README.md: mention r/vim and #vim libera
vim-patch:dbd924f6a runtime(syntax-tests): Fail when executable syntax tests are found
vim-patch:70a9273dc Filelist: Fix CI error caused by xdg.vim missing in Filelist
vim-patch:405ba5010 runtime(doctags): remove unused header include file
vim-patch:47eb32fc9 translation(zh): Update menu translation for changed "Sponsor" entry
vim-patch:9.2.0038: Wayland: Not using bool type
vim-patch:a99dcca17 Maintainers: Update MAINTAINERS file
vim-patch:7b7a6f941 Add information for runtime files in the bug template.
vim-patch:9b16aa34b CI: Avoid referencing the unstable ddebs.ubuntu.com/noble-proposed mirror
vim-patch:9.2.0044: Wayland: still performance issues
Co-authored-by: marvim <marvim@users.noreply.github.com>
Diffstat:
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/src/nvim/version.c b/src/nvim/version.c
@@ -59,7 +59,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, 1609, 3 };
+static const int num_patches[] = { 2331, 3803, 1574, 1609, 21 };
static const int *included_patchsets[] = {
(const int[]) { // 801
@@ -3819,9 +3819,21 @@ static const int *included_patchsets[] = {
// 0
},
(const int[]) { // 902
- 9,
- // 8
- 7,
+ 41, 40,
+ // 37-39
+ 36,
+ // 34-35
+ 33, 32, 31, 30,
+ // 29
+ 28, 27,
+ // 26
+ 25, 24, 23, 22,
+ // 21
+ 20,
+ // 14-19
+ 13, 12,
+ // 11
+ 10, 9, 8, 7,
// 5-6
4,
// 0-3