mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
docs: update version.c
vim-patch:f4f175332 translation(ru): updated the Russian man page the xxd vim-patch:e4502b603 translation(ru): updated lang/README.ru.txt vim-patch:2c976d0de SECURITY.md: clarify the use of AI vim-patch:9.2.0279: terminal: out-of-bounds write with overlong CSI argument list vim-patch:9d83ca5ca runtime(preproc_indent): Ignore Swapfiles when loading buffers
This commit is contained in:
@@ -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, 1613, 136 };
|
||||
static const int num_patches[] = { 2331, 3803, 1574, 1617, 147 };
|
||||
|
||||
static const int *included_patchsets[] = {
|
||||
(const int[]) { // 801
|
||||
@@ -3704,17 +3704,13 @@ static const int *included_patchsets[] = {
|
||||
// 352
|
||||
351, 350,
|
||||
// 349
|
||||
348,
|
||||
// 347
|
||||
346,
|
||||
348, 347, 346,
|
||||
// 345
|
||||
344, 343,
|
||||
// 342
|
||||
341, 340,
|
||||
// 336-339
|
||||
335, 334,
|
||||
// 333
|
||||
332, 331,
|
||||
341, 340, 339,
|
||||
// 337-338
|
||||
336, 335, 334, 333, 332, 331,
|
||||
// 330
|
||||
329, 328, 327, 326, 325, 324, 323, 322, 321, 320, 319, 318, 317, 316, 315,
|
||||
// 314
|
||||
@@ -3814,11 +3810,19 @@ static const int *included_patchsets[] = {
|
||||
// 0
|
||||
},
|
||||
(const int[]) { // 902
|
||||
271, 270,
|
||||
// 266-269
|
||||
265,
|
||||
// 255-264
|
||||
254, 253, 252,
|
||||
280,
|
||||
// 278-279
|
||||
277, 276,
|
||||
// 272-275
|
||||
271, 270, 269, 268,
|
||||
// 266-267
|
||||
265, 264,
|
||||
// 262-263
|
||||
261, 260,
|
||||
// 259
|
||||
258,
|
||||
// 256-257
|
||||
255, 254, 253, 252,
|
||||
// 248-251
|
||||
247, 246, 245, 244, 243, 242,
|
||||
// 240-241
|
||||
@@ -3826,9 +3830,7 @@ static const int *included_patchsets[] = {
|
||||
// 238
|
||||
237,
|
||||
// 236
|
||||
235, 234, 233,
|
||||
// 232
|
||||
231, 230,
|
||||
235, 234, 233, 232, 231, 230,
|
||||
// 227-229
|
||||
226, 225, 224, 223, 222,
|
||||
// 221
|
||||
|
||||
Reference in New Issue
Block a user