docs: update version.c

vim-patch:9.2.0286: still some unnecessary (int) casts in alloc()
vim-patch:9.2.0288: libvterm: signed integer overflow parsing long CSI args
vim-patch:bd8b6c6b0 CI: Bump codecov/codecov-action
vim-patch:9.2.0294: if_lua: lua interface does not work with lua 5.5
vim-patch:9.2.0297: libvterm: can improve CSI overflow code
This commit is contained in:
marvim
2026-04-05 04:05:47 +00:00
parent 39335d6a7d
commit 8a323cc115

View File

@@ -60,7 +60,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, 1617, 147 };
static const int num_patches[] = { 2331, 3803, 1574, 1617, 155 };
static const int *included_patchsets[] = {
(const int[]) { // 801
@@ -3810,12 +3810,22 @@ static const int *included_patchsets[] = {
// 0
},
(const int[]) { // 902
280,
// 278-279
298,
// 297
296, 295,
// 290-294
289,
// 288
287,
// 286
285,
// 281-284
280, 279,
// 278
277, 276,
// 272-275
271, 270, 269, 268,
// 266-267
271, 270, 269, 268, 267,
// 266
265, 264,
// 262-263
261, 260,