From fe8e63d25221150122bf1676d81a5b76d4c8ecc1 Mon Sep 17 00:00:00 2001 From: marvim Date: Mon, 20 Apr 2026 04:13:34 +0000 Subject: [PATCH] docs: update version.c vim-patch:8.2.0900: function list test fails on MS-Windows vim-patch:8.2.3918: function list test fails vim-patch:9.2.0347: Vim9: script-local variable not found vim-patch:f9cb0d14d CI: Separate out ASan tests vim-patch:9.2.0361: tests: no tests for ch_listen() with IPs vim-patch:336533b35 CI: Bump the github-actions group across 2 directories with 4 updates vim-patch:9.2.0363: Vim9: variable shadowed by script-local function --- src/nvim/version.c | 85 ++++++++++++++++++++++++++-------------------- 1 file changed, 49 insertions(+), 36 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index a1dbbaf5b7..47d0dc9a3e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -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, 3805, 1574, 1617, 175 }; +static const int num_patches[] = { 2331, 3814, 1576, 1619, 193 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -446,8 +446,8 @@ static const int *included_patchsets[] = { 4926, 4925, 4924, 4923, 4922, 4921, 4920, 4919, 4918, 4917, 4916, // 4915 4914, - // 4912-4913 - 4911, 4910, + // 4913 + 4912, 4911, 4910, // 4909 4908, 4907, // 4906 @@ -1176,8 +1176,8 @@ static const int *included_patchsets[] = { // 3031 3030, // 3028-3029 - 3027, 3026, 3025, - // 3021-3024 + 3027, 3026, 3025, 3024, + // 3021-3023 3020, 3019, 3018, 3017, 3016, // 3015 3014, 3013, 3012, 3011, @@ -1201,8 +1201,8 @@ static const int *included_patchsets[] = { 2966, // 2962-2965 2961, 2960, - // 2958-2959 - 2957, + // 2959 + 2958, 2957, // 2955-2956 2954, 2953, 2952, // 2950-2951 @@ -1250,9 +1250,7 @@ static const int *included_patchsets[] = { 2843, // 2842 2841, 2840, 2839, 2838, 2837, 2836, 2835, 2834, 2833, 2832, 2831, 2830, 2829, 2828, 2827, 2826, - 2825, - // 2824 - 2823, + 2825, 2824, 2823, // 2821-2822 2820, 2819, 2818, // 2815-2817 @@ -1400,8 +1398,8 @@ static const int *included_patchsets[] = { 2444, // 2443 2442, - // 2440-2441 - 2439, 2438, 2437, 2436, 2435, + // 2441 + 2440, 2439, 2438, 2437, 2436, 2435, // 2434 2433, 2432, 2431, 2430, 2429, // 2428 @@ -1474,9 +1472,7 @@ static const int *included_patchsets[] = { // 2253 2252, // 2250-2251 - 2249, 2248, 2247, 2246, - // 2245 - 2244, 2243, + 2249, 2248, 2247, 2246, 2245, 2244, 2243, // 2242 2241, 2240, // 2238-2239 @@ -1568,8 +1564,8 @@ static const int *included_patchsets[] = { // 2052-2053 2051, 2050, 2049, 2048, 2047, 2046, 2045, 2044, 2043, 2042, 2041, // 2039-2040 - 2038, 2037, 2036, - // 2034-2035 + 2038, 2037, 2036, 2035, + // 2034 2033, 2032, 2031, 2030, 2029, 2028, 2027, 2026, 2025, 2024, 2023, // 2021-2022 2020, 2019, 2018, @@ -1984,12 +1980,10 @@ static const int *included_patchsets[] = { 930, 929, 928, 927, 926, 925, 924, 923, 922, 921, 920, 919, 918, 917, 916, 915, 914, 913, 912, 911, 910, 909, 908, 907, // 906 - 905, - // 904 - 903, 902, 901, + 905, 904, 903, 902, 901, // 900 - 899, - // 897-898 + 899, 898, + // 897 896, 895, 894, 893, 892, 891, 890, 889, // 888 887, 886, 885, 884, 883, 882, 881, 880, 879, @@ -2733,9 +2727,8 @@ static const int *included_patchsets[] = { // 871 870, 869, // 868 - 867, 866, 865, 864, 863, 862, 861, 860, 859, 858, 857, - // 856 - 855, 854, 853, 852, 851, + 867, 866, 865, 864, 863, 862, 861, 860, 859, 858, 857, 856, 855, 854, 853, 852, + 851, // 850 849, // 848 @@ -2943,9 +2936,7 @@ static const int *included_patchsets[] = { // 363-364 362, 361, 360, 359, 358, // 356-357 - 355, - // 354 - 353, + 355, 354, 353, // 350-352 349, // 347-348 @@ -3116,7 +3107,9 @@ static const int *included_patchsets[] = { 2021, 2020, 2019, 2018, 2017, 2016, // 2012-2015 2011, 2010, 2009, 2008, 2007, - // 2003-2006 + // 2005-2006 + 2004, + // 2003 2002, 2001, // 1999-2000 1998, 1997, @@ -3229,9 +3222,7 @@ static const int *included_patchsets[] = { // 1699 1698, 1697, // 1696 - 1695, 1694, 1693, - // 1692 - 1691, 1690, 1689, 1688, 1687, 1686, 1685, + 1695, 1694, 1693, 1692, 1691, 1690, 1689, 1688, 1687, 1686, 1685, // 1684 1683, // 1682 @@ -3807,14 +3798,36 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 + 365, 364, + // 363 + 362, + // 358-361 + 357, + // 356 + 355, 354, + // 352-353 + 351, + // 347-350 + 346, 345, + // 344 + 343, 342, + // 340-341 + 339, + // 336-338 + 335, + // 334 333, // 332 331, 330, 329, // 328 - 327, 326, 325, 324, 323, - // 313-322 - 312, - // 307-311 + 327, 326, 325, 324, 323, 322, + // 320-321 + 319, + // 314-318 + 313, 312, + // 311 + 310, 309, + // 307-308 306, // 305 304, 303,