From 695e4f8112c8d56b082b24fe8219717fccda8359 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:11:21 -0400 Subject: [PATCH] docs: update version.c #39257 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vim-patch:8.2.4250: channel out callback test is flaky on Mac vim-patch:9.0.1004: suspend test sometimes fails on MacOS vim-patch:9.0.1006: suspend test still sometimes fails on MacOS vim-patch:9.0.1013: suspend test often fails on Mac OS vim-patch:9.0.1018: suspend test still fails on Mac OS vim-patch:9.0.1022: suspend test fails on Mac OS when suspending Vim vim-patch:9.2.0076: [security]: buffer-overflow in terminal handling vim-patch:9.2.0085: tests: test_clientserver.vim is flaky vim-patch:9.2.0358: runtime(vimball): still path traversal attacks possible vim-patch:9.2.0375: prop_find() does not find a virt text in starting line vim-patch:9.2.0376: Vim9: elseif condition compiled in dead branch vim-patch:9.2.0381: Vim9: Missing check_secure() in exec_instructions() vim-patch:0f9218851 translation(ru): Fix typo in "може" to "можете" in lang/README.ru.txt vim-patch:9.2.0391: tests: Comment in test_vim9_cmd breaks syntax highlighting vim-patch:9.2.0393: MS-Windows: link error with XPM support on UCRT64 vim-patch:e7eef554f CI: Bump the github-actions group across 1 directory with 3 updates vim-patch:807f2cd78 CI: Fix syntax error in lychee URL checker vim-patch:9.2.0394: xxd: offsets greater than LONG_MAX print as negative vim-patch:9.2.0396: tests: Test_error_callback_terminal is flaky on macOS vim-patch:9.2.0377: Using int as bool type in gui_T struct vim-patch:9.0.1418: the included xdiff code is a bit outdated vim-patch:9.0.1699: compile warning for xdiff/xutils on MS-Windows vim-patch:9.0.2093: Unsupported option causes skipping of modeline test vim-patch:9.1.1921: xdiff: included xdiff code is outdated vim-patch:9.1.1926: xdiff: Coverity warning with MAX_CNT/UINT_MAX usage vim-patch:9.2.0189: MS-Windows: opacity popups flicker during redraw in the console --- src/nvim/version.c | 188 ++++++++++++++++++++++----------------------- 1 file changed, 91 insertions(+), 97 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 47d0dc9a3e..8465cb13b0 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, 3814, 1576, 1619, 193 }; +static const int num_patches[] = { 2331, 3825, 1582, 1630, 221 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -822,9 +822,7 @@ static const int *included_patchsets[] = { // 3927-3930 3926, 3925, // 3923-3924 - 3922, 3921, 3920, 3919, - // 3918 - 3917, + 3922, 3921, 3920, 3919, 3918, 3917, // 3916 3915, 3914, // 3913 @@ -881,7 +879,9 @@ static const int *included_patchsets[] = { 3829, // 3828 3827, 3826, 3825, 3824, 3823, 3822, 3821, 3820, 3819, 3818, - // 3815-3817 + // 3817 + 3816, + // 3815 3814, 3813, // 3812 3811, @@ -1176,8 +1176,8 @@ static const int *included_patchsets[] = { // 3031 3030, // 3028-3029 - 3027, 3026, 3025, 3024, - // 3021-3023 + 3027, 3026, 3025, 3024, 3023, + // 3021-3022 3020, 3019, 3018, 3017, 3016, // 3015 3014, 3013, 3012, 3011, @@ -1197,8 +1197,8 @@ static const int *included_patchsets[] = { 2974, 2973, // 2972 2971, 2970, 2969, - // 2967-2968 - 2966, + // 2968 + 2967, 2966, // 2962-2965 2961, 2960, // 2959 @@ -1525,8 +1525,8 @@ static const int *included_patchsets[] = { 2132, // 2131 2130, - // 2128-2129 - 2127, 2126, + // 2129 + 2128, 2127, 2126, // 2125 2124, 2123, // 2122 @@ -1671,9 +1671,7 @@ static const int *included_patchsets[] = { // 1752-1753 1751, 1750, 1749, 1748, 1747, 1746, 1745, // 1744 - 1743, 1742, 1741, 1740, 1739, 1738, 1737, 1736, 1735, 1734, 1733, - // 1732 - 1731, 1730, + 1743, 1742, 1741, 1740, 1739, 1738, 1737, 1736, 1735, 1734, 1733, 1732, 1731, 1730, // 1729 1728, 1727, 1726, 1725, 1724, // 1723 @@ -1766,8 +1764,8 @@ static const int *included_patchsets[] = { 1503, // 1502 1501, 1500, - // 1498-1499 - 1497, + // 1499 + 1498, 1497, // 1496 1495, // 1494 @@ -1980,9 +1978,7 @@ 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, - // 900 - 899, 898, + 905, 904, 903, 902, 901, 900, 899, 898, // 897 896, 895, 894, 893, 892, 891, 890, 889, // 888 @@ -2008,8 +2004,7 @@ static const int *included_patchsets[] = { // 775 774, 773, 772, // 771 - 770, 769, 768, 767, 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, - // 755 + 770, 769, 768, 767, 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, 755, 754, 753, 752, // 751 750, 749, @@ -2126,9 +2121,7 @@ static const int *included_patchsets[] = { 363, 362, 361, 360, 359, 358, 357, 356, 355, 354, 353, 352, 351, 350, 349, 348, 347, // 346 - 345, - // 344 - 343, 342, + 345, 344, 343, 342, // 341 340, // 339 @@ -2195,8 +2188,8 @@ static const int *included_patchsets[] = { // 173 172, 171, 170, 169, 168, 167, 166, 165, 164, 163, 162, 161, // 159-160 - 158, 157, 156, 155, 154, 153, 152, 151, - // 149-150 + 158, 157, 156, 155, 154, 153, 152, 151, 150, + // 149 148, 147, 146, 145, 144, 143, // 142 141, 140, 139, 138, 137, 136, 135, 134, 133, 132, 131, @@ -2649,8 +2642,8 @@ static const int *included_patchsets[] = { // 1035 1034, 1033, 1032, // 1031 - 1030, 1029, 1028, 1027, 1026, 1025, 1024, - // 1022-1023 + 1030, 1029, 1028, 1027, 1026, 1025, 1024, 1023, + // 1022 1021, 1020, // 1018-1019 1017, 1016, 1015, 1014, @@ -2688,8 +2681,8 @@ static const int *included_patchsets[] = { 944, // 943 942, 941, - // 938-940 - 937, 936, 935, + // 939-940 + 938, 937, 936, 935, // 933-934 932, 931, // 930 @@ -2760,9 +2753,7 @@ static const int *included_patchsets[] = { // 775 774, 773, 772, 771, 770, // 767-769 - 766, 765, 764, - // 763 - 762, 761, 760, 759, 758, 757, 756, 755, 754, + 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, 755, 754, // 753 752, 751, 750, 749, // 748 @@ -2779,7 +2770,9 @@ static const int *included_patchsets[] = { 729, 728, 727, 726, // 725 724, - // 718-723 + // 721-723 + 720, + // 718-719 717, 716, 715, // 714 713, 712, 711, @@ -2838,9 +2831,7 @@ static const int *included_patchsets[] = { // 578 577, 576, // 574-575 - 573, 572, - // 571 - 570, + 573, 572, 571, 570, // 569 568, 567, 566, 565, // 564 @@ -3046,8 +3037,8 @@ static const int *included_patchsets[] = { // 44 43, 42, 41, 40, 39, 38, 37, 36, 35, 34, 33, // 32 - 31, 30, 29, - // 27-28 + 31, 30, 29, 28, + // 27 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, // 13-14 12, 11, 10, 9, 8, @@ -3057,16 +3048,16 @@ static const int *included_patchsets[] = { }, (const int[]) { // 901 2147, 2146, - // 2139-2145 + // 2143-2145 + 2142, + // 2139-2141 2138, // 2137 2136, 2135, // 2134 2133, 2132, // 2131 - 2130, - // 2129 - 2128, 2127, + 2130, 2129, 2128, 2127, // 2126 2125, // 2124 @@ -3083,7 +3074,9 @@ static const int *included_patchsets[] = { 2091, 2090, // 2089 2088, 2087, 2086, 2085, - // 2080-2084 + // 2082-2084 + 2081, + // 2080 2079, 2078, // 2076-2077 2075, 2074, 2073, @@ -3096,8 +3089,8 @@ static const int *included_patchsets[] = { // 2054 2053, 2052, 2051, 2050, // 2049 - 2048, 2047, - // 2044-2046 + 2048, 2047, 2046, + // 2044-2045 2043, 2042, 2041, 2040, 2039, 2038, 2037, 2036, 2035, 2034, // 2033 2032, 2031, 2030, @@ -3106,8 +3099,8 @@ static const int *included_patchsets[] = { // 2022 2021, 2020, 2019, 2018, 2017, 2016, // 2012-2015 - 2011, 2010, 2009, 2008, 2007, - // 2005-2006 + 2011, 2010, 2009, 2008, 2007, 2006, + // 2005 2004, // 2003 2002, 2001, @@ -3124,9 +3117,7 @@ static const int *included_patchsets[] = { // 1972-1973 1971, 1970, 1969, // 1968 - 1967, - // 1966 - 1965, 1964, 1963, 1962, 1961, 1960, + 1967, 1966, 1965, 1964, 1963, 1962, 1961, 1960, // 1959 1958, 1957, // 1955-1956 @@ -3168,15 +3159,12 @@ static const int *included_patchsets[] = { // 1837 1836, // 1835 - 1834, 1833, 1832, 1831, - // 1830 - 1829, + 1834, 1833, 1832, 1831, 1830, 1829, // 1828 1827, // 1826 - 1825, 1824, 1823, 1822, 1821, 1820, 1819, 1818, 1817, 1816, 1815, 1814, - // 1813 - 1812, 1811, 1810, 1809, 1808, 1807, 1806, 1805, 1804, + 1825, 1824, 1823, 1822, 1821, 1820, 1819, 1818, 1817, 1816, 1815, 1814, 1813, 1812, 1811, 1810, + 1809, 1808, 1807, 1806, 1805, 1804, // 1803 1802, 1801, 1800, 1799, 1798, 1797, // 1795-1796 @@ -3214,9 +3202,7 @@ static const int *included_patchsets[] = { // 1710-1712 1709, // 1708 - 1707, - // 1706 - 1705, + 1707, 1706, 1705, // 1703-1704 1702, 1701, 1700, // 1699 @@ -3288,8 +3274,8 @@ static const int *included_patchsets[] = { 1521, 1520, 1519, 1518, 1517, 1516, 1515, // 1513-1514 1512, 1511, 1510, 1509, 1508, 1507, 1506, 1505, 1504, 1503, 1502, 1501, - // 1499-1500 - 1498, 1497, + // 1500 + 1499, 1498, 1497, // 1494-1496 1493, // 1492 @@ -3391,8 +3377,8 @@ static const int *included_patchsets[] = { 1224, // 1223 1222, 1221, 1220, 1219, 1218, 1217, 1216, 1215, 1214, 1213, 1212, 1211, 1210, - // 1207-1209 - 1206, 1205, 1204, 1203, 1202, 1201, 1200, 1199, 1198, 1197, 1196, 1195, 1194, 1193, + // 1208-1209 + 1207, 1206, 1205, 1204, 1203, 1202, 1201, 1200, 1199, 1198, 1197, 1196, 1195, 1194, 1193, // 1192 1191, 1190, 1189, 1188, 1187, 1186, 1185, 1184, // 1183 @@ -3798,17 +3784,31 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 - 365, 364, - // 363 - 362, - // 358-361 - 357, - // 356 - 355, 354, - // 352-353 + 395, + // 391-394 + 390, + // 389 + 388, + // 386-387 + 385, 384, 383, + // 381-382 + 380, + // 379 + 378, + // 375-377 + 374, 373, + // 372 + 371, + // 368-370 + 367, + // 366 + 365, 364, 363, 362, 361, + // 358-360 + 357, 356, 355, 354, 353, + // 352 351, - // 347-350 - 346, 345, + // 348-350 + 347, 346, 345, // 344 343, 342, // 340-341 @@ -3820,8 +3820,8 @@ static const int *included_patchsets[] = { // 332 331, 330, 329, // 328 - 327, 326, 325, 324, 323, 322, - // 320-321 + 327, 326, 325, 324, 323, 322, 321, + // 320 319, // 314-318 313, 312, @@ -3830,15 +3830,15 @@ static const int *included_patchsets[] = { // 307-308 306, // 305 - 304, 303, - // 300-302 + 304, 303, 302, + // 300-301 299, 298, 297, 296, 295, 294, 293, // 292 291, // 290 289, 288, 287, 286, 285, - // 281-284 - 280, 279, + // 282-284 + 281, 280, 279, // 278 277, 276, // 272-275 @@ -3864,8 +3864,8 @@ static const int *included_patchsets[] = { // 221 220, 219, // 218 - 217, - // 211-216 + 217, 216, 215, + // 211-214 210, 209, // 205-208 204, @@ -3878,8 +3878,8 @@ static const int *included_patchsets[] = { // 184-186 183, 182, // 181 - 180, - // 178-179 + 180, 179, + // 178 177, 176, // 175 174, 173, @@ -3887,8 +3887,8 @@ static const int *included_patchsets[] = { 170, // 167-169 166, 165, - // 163-164 - 162, + // 164 + 163, 162, // 160-161 159, // 158 @@ -3918,9 +3918,7 @@ static const int *included_patchsets[] = { // 98-101 97, // 92-96 - 91, 90, - // 89 - 88, 87, 86, + 91, 90, 89, 88, 87, 86, // 85 84, // 83 @@ -3928,8 +3926,8 @@ static const int *included_patchsets[] = { // 79-80 78, 77, // 76 - 75, 74, - // 72-73 + 75, 74, 73, + // 72 71, 70, // 68-69 67, 66, 65, 64, 63, 62, 61, @@ -3946,9 +3944,7 @@ static const int *included_patchsets[] = { // 42-43 41, 40, // 39 - 38, - // 37 - 36, + 38, 37, 36, // 34-35 33, 32, 31, 30, // 29 @@ -3958,9 +3954,7 @@ static const int *included_patchsets[] = { // 21 20, 19, 18, // 14-17 - 13, 12, - // 11 - 10, 9, 8, 7, + 13, 12, 11, 10, 9, 8, 7, // 5-6 4, // 2-3