From a63393396cd0901050849b72caaa8583949b6ebf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:12:57 -0400 Subject: [PATCH] docs: update version.c #41258 vim-patch:8.1.1523: cannot show range of buffer lines in popup window vim-patch:8.1.1537: using "tab" for popup window can be confusing vim-patch:8.1.1538: cannot specify highlighting for notifications vim-patch:8.1.1548: popup_dialog() is not implemented vim-patch:8.1.1553: not easy to change the text in a popup window vim-patch:8.1.1559: popup window title property not implemented yet vim-patch:8.1.1574: tabpage option not yet implemented for popup window vim-patch:8.1.1659: popup window "mousemoved" values not correct vim-patch:8.1.1673: cannot easily find the popup window at a certain position vim-patch:8.1.1690: default padding for popup window menu is too much vim-patch:8.1.1944: leaking memory when using sound callback vim-patch:8.1.1999: calling both PlaySoundW() and PlaySoundA() vim-patch:8.1.2193: popup_setoptions(popup_getoptions()) does not work vim-patch:8.1.2250: CTRL-U and CTRL-D don't work in popup window vim-patch:8.1.2292: v:mouse_winid not set on click in popup window vim-patch:8.2.0238: MS-Windows: job_stop() results in exit value zero vim-patch:8.2.0286: cannot use popup_close() for a terminal popup vim-patch:8.2.2105: sound test is a bit flaky vim-patch:8.2.2296: cannot use CTRL-N and CTRL-P in a popup menu vim-patch:8.2.2950: sound code not fully tested vim-patch:8.2.2959: sound_playfile() is not tested on MS-Windows vim-patch:9.0.0800: compiler complains about repeated typedef vim-patch:9.0.0999: memory may leak vim-patch:9.0.2089: sound_playfile() fails when using powershell vim-patch:9.1.0271: CI sound test aborts with undefined variable vim-patch:9.1.0949: popups inconsistently shifted to the left vim-patch:1f045f324 runtime(doc): clarify buffer deletion on popup_close() vim-patch:9.1.1985: tests: test_sound.vim fails on Windows vim-patch:3d863d6aa runtime(doc): Update popup width rule vim-patch:9.2.0928: MinGW: tests hang when Vim is built with coverage enabled vim-patch:9.2.0940: GTK4: columns are lost when a scrollbar appears vim-patch:9.2.0943: test: test_hardcopy fails on GTK4 UI vim-patch:c6b041c63 CI: Keep the GTK4 job from affecting the other jobs --- src/nvim/version.c | 75 ++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 42 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 5536123d8b..cd614a3d42 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -59,7 +59,7 @@ char *version_cflags = "Compilation: " NVIM_VERSION_CFLAGS; static const int vim_versions[] = { 801, 802, 900, 901, 902 }; -static const int num_patches[] = { 2333, 3951, 1631, 1690, 624 }; +static const int num_patches[] = { 2334, 3961, 1632, 1694, 631 }; static const int *included_patchsets[] = { (const int[]) { // 801 @@ -162,10 +162,9 @@ static const int *included_patchsets[] = { 1881, // 1880 1879, 1878, 1877, 1876, 1875, 1874, 1873, 1872, 1871, 1870, 1869, 1868, 1867, 1866, 1865, 1864, - 1863, 1862, 1861, 1860, 1859, 1858, 1857, 1856, 1855, 1854, 1853, 1852, - // 1851 - 1850, 1849, 1848, 1847, 1846, 1845, 1844, 1843, 1842, 1841, 1840, 1839, 1838, 1837, 1836, 1835, - 1834, 1833, 1832, 1831, 1830, 1829, 1828, 1827, 1826, 1825, 1824, 1823, 1822, 1821, 1820, + 1863, 1862, 1861, 1860, 1859, 1858, 1857, 1856, 1855, 1854, 1853, 1852, 1851, 1850, 1849, 1848, + 1847, 1846, 1845, 1844, 1843, 1842, 1841, 1840, 1839, 1838, 1837, 1836, 1835, 1834, 1833, 1832, + 1831, 1830, 1829, 1828, 1827, 1826, 1825, 1824, 1823, 1822, 1821, 1820, // 1819 1818, 1817, 1816, 1815, 1814, // 1813 @@ -629,9 +628,7 @@ static const int *included_patchsets[] = { // 4357 4356, 4355, // 4354 - 4353, 4352, 4351, - // 4350 - 4349, + 4353, 4352, 4351, 4350, 4349, // 4347-4348 4346, 4345, 4344, 4343, 4342, 4341, 4340, 4339, 4338, 4337, 4336, 4335, 4334, // 4332-4333 @@ -1296,8 +1293,8 @@ static const int *included_patchsets[] = { // 2635-2636 2634, // 2633 - 2632, 2631, - // 2628-2630 + 2632, 2631, 2630, + // 2628-2629 2627, 2626, 2625, 2624, 2623, 2622, // 2620-2621 2619, 2618, 2617, @@ -1668,10 +1665,9 @@ static const int *included_patchsets[] = { 1605, // 1601-1604 1600, 1599, 1598, 1597, 1596, 1595, 1594, - // 1592-1593 - 1591, 1590, 1589, 1588, 1587, 1586, 1585, 1584, 1583, - // 1581-1582 - 1580, 1579, 1578, 1577, 1576, 1575, 1574, 1573, 1572, 1571, 1570, + // 1593 + 1592, 1591, 1590, 1589, 1588, 1587, 1586, 1585, 1584, 1583, 1582, 1581, 1580, 1579, 1578, 1577, + 1576, 1575, 1574, 1573, 1572, 1571, 1570, // 1569 1568, 1567, 1566, 1565, 1564, // 1562-1563 @@ -1679,17 +1675,11 @@ static const int *included_patchsets[] = { // 1558 1557, // 1556 - 1555, 1554, 1553, 1552, - // 1551 - 1550, 1549, 1548, 1547, 1546, 1545, 1544, 1543, 1542, - // 1541 - 1540, + 1555, 1554, 1553, 1552, 1551, 1550, 1549, 1548, 1547, 1546, 1545, 1544, 1543, 1542, 1541, 1540, // 1538-1539 1537, 1536, 1535, // 1534 - 1533, 1532, 1531, 1530, 1529, 1528, - // 1527 - 1526, 1525, 1524, 1523, 1522, 1521, 1520, + 1533, 1532, 1531, 1530, 1529, 1528, 1527, 1526, 1525, 1524, 1523, 1522, 1521, 1520, // 1518-1519 1517, 1516, 1515, 1514, 1513, 1512, 1511, 1510, 1509, 1508, 1507, 1506, 1505, // 1504 @@ -1748,8 +1738,8 @@ static const int *included_patchsets[] = { 1358, 1357, 1356, 1355, 1354, 1353, 1352, 1351, 1350, // 1349 1348, 1347, 1346, 1345, 1344, - // 1341-1343 - 1340, 1339, 1338, 1337, 1336, 1335, 1334, + // 1342-1343 + 1341, 1340, 1339, 1338, 1337, 1336, 1335, 1334, // 1332-1333 1331, 1330, // 1328-1329 @@ -1759,9 +1749,8 @@ static const int *included_patchsets[] = { // 1313-1314 1312, 1311, 1310, 1309, // 1308 - 1307, 1306, 1305, 1304, 1303, 1302, 1301, - // 1300 - 1299, 1298, 1297, 1296, 1295, 1294, 1293, 1292, 1291, 1290, 1289, + 1307, 1306, 1305, 1304, 1303, 1302, 1301, 1300, 1299, 1298, 1297, 1296, 1295, 1294, 1293, 1292, + 1291, 1290, 1289, // 1288 1287, // 1286 @@ -2121,8 +2110,8 @@ static const int *included_patchsets[] = { 2095, 2094, 2093, 2092, 2091, 2090, // 2089 2088, 2087, - // 2085-2086 - 2084, 2083, 2082, 2081, 2080, 2079, + // 2086 + 2085, 2084, 2083, 2082, 2081, 2080, 2079, // 2078 2077, // 2076 @@ -2891,8 +2880,8 @@ static const int *included_patchsets[] = { 2081, // 2080 2079, 2078, - // 2076-2077 - 2075, 2074, 2073, + // 2077 + 2076, 2075, 2074, 2073, // 2072 2071, 2070, 2069, 2068, 2067, 2066, 2065, 2064, // 2063 @@ -3043,8 +3032,8 @@ static const int *included_patchsets[] = { 1594, 1593, 1592, // 1591 1590, 1589, - // 1586-1588 - 1585, + // 1587-1588 + 1586, 1585, // 1584 1583, 1582, 1581, 1580, // 1579 @@ -3232,9 +3221,7 @@ static const int *included_patchsets[] = { // 1044 1043, 1042, 1041, // 1039-1040 - 1038, - // 1037 - 1036, + 1038, 1037, 1036, // 1035 1034, 1033, 1032, // 1031 @@ -3283,8 +3270,8 @@ static const int *included_patchsets[] = { // 885 884, 883, // 882 - 881, 880, - // 878-879 + 881, 880, 879, + // 878 877, 876, 875, 874, 873, // 871-872 870, 869, @@ -3551,10 +3538,14 @@ static const int *included_patchsets[] = { // 0 }, (const int[]) { // 902 - 927, 926, 925, - // 924 - 923, - // 921-922 + 938, 937, + // 936 + 935, + // 934 + 933, 932, + // 928-931 + 927, 926, 925, 924, 923, 922, + // 921 920, 919, 918, // 916-917 915, 914,