summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-04-20 14:20:41 -0400
committerGitHub <noreply@github.com>2026-04-20 14:20:41 -0400
commit2287c374863988c99b4f20ee9aa0b3771527d8ed (patch)
tree90e46d1d7ec1433702c42db973e4e3efe4ec0967
parent4ceca862fceb021049144a9aed05c60ae39b7aba (diff)
docs: update version.c (#38976)
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 vim-patch:8.2.0150: cannot define python function when using :execute vim-patch:8.2.0344: ":def" not skipped properly vim-patch:8.2.0755: Vim9: No error when variable initializer is not a constant vim-patch:8.2.1732: stuck when win_execute() for a popup causes an error vim-patch:8.2.2967: Vim9: crash when using two levels of partials vim-patch:8.2.3023: Vim9: arguments for execute() not checked at compile time vim-patch:8.2.3816: compiler warning for posible loss of data on MS-Windows vim-patch:9.0.0028: MS-Windows: tests fail if there is a "runtime" directory vim-patch:9.0.0571: MS-Windows: CTRL-C can make Vim exit vim-patch:9.0.0720: MS-Windows GUI may have pixel dust from antialiasing vim-patch:9.0.0763: MS-Windows: warning for using int for size_t vim-patch:9.0.0938: MS-Windows: debug executable not found when running test vim-patch:9.0.1023: MS-Windows: dynamic loading of libsodium doesn't work vim-patch:c98bfb9f59b8045372e4c0e396d707f55d9d027a vim-patch:9.1.1207: MS-Windows: build warning in filepath.c vim-patch:9.1.1499: MS-Windows: no indication of ARM64 architecture vim-patch:9.1.1706: MS-Windows: Compile error when building with if_ruby vim-patch:9.1.1813: MS-Windows: title bar is always white vim-patch:9.1.1830: MS-Windows: Dark mode titlebar is not configurable vim-patch:9.1.1966: MS-Windows: dark mode in gui is not supported vim-patch:9.1.2006: MS-Windows: ANSI colors not correct in terminal vim-patch:9.1.2046: MS-Windows: compile warnings vim-patch:9.1.2081: MS-Windows: unnecessary "#ifdef FEAT_GUI" in os_win32.c vim-patch:9.1.2129: MS-Windows: font size calculation slightly wrong, causing line gaps vim-patch:9.1.2142: MS-Windows: mouse scroll events not handled for popups vim-patch:9.2.0011: A few double semicolons after statement vim-patch:9.2.0163: MS-Windows: Compile warning for unused variable vim-patch:9.2.0179: MS-Windows: Compiler warning for converting from size_t to int vim-patch:9.2.0215: MS-Windows: several tests fail in the Windows CUI. vim-patch:9.2.0216: MS-Windows: Rendering artifacts with DirectX vim-patch:9.2.0321: MS-Windows: No OpenType font support vim-patch:dc47344: Fix a few typos vim-patch:9.2.0353: Missing out-of-memory check in register.c
-rw-r--r--src/nvim/version.c85
1 files 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,