docs: update version.c #35024

vim-patch:8.1.0710: when using timers may wait for job exit quite long
vim-patch:8.1.0969: message written during startup is truncated
vim-patch:8.1.1043: Lua interface does not support Blob
vim-patch:8.1.1389: changes are not flushed when end and start overlap
vim-patch:8.1.1395: saving for undo may access invalid memory
vim-patch:8.1.1534: modeless selection in popup window selects too much
vim-patch:8.1.1571: textprop highlight starts too early if just after a tab
vim-patch:8.1.1573: textprop test fails if screenhots do not work
vim-patch:8.1.1663: compiler warning for using size_t
vim-patch:8.1.1866: modeless selection in GUI does not work properly
vim-patch:8.1.1871: modeless selection in GUI still not correct
vim-patch:8.1.2085: MS-Windows: draw error moving cursor over double-cell char
vim-patch:8.1.2107: various memory leaks reported by asan
vim-patch:8.1.2146: build failure
vim-patch:8.1.2296: text properties are not combined with syntax by default
vim-patch:8.1.2299: ConPTY in MS-Windows 1909 is still wrong
vim-patch:8.1.2337: double-click time sometimes miscomputed

vim-patch:8.2.0300: Vim9: expression test fails without channel support
vim-patch:8.2.0414: channel connect_waittime() test is flaky
vim-patch:8.2.0501: Vim9: script test fails when channel feature is missing
vim-patch:8.2.0508: Vim9: func and partial types not done yet
vim-patch:8.2.0527: Vim9: function types insufficiently tested
vim-patch:8.2.0565: Vim9: tests contain superfluous line continuation
vim-patch:8.2.0640: Vim9: expanding  does not work
vim-patch:8.2.0700: Vim9: converting error message to exception not tested
vim-patch:8.2.0701: Vim9 test fails without job feature
vim-patch:8.2.1481: Vim9: line number reported with error may be wrong
vim-patch:8.2.1609: Vim9: test fails when build without +channel
vim-patch:8.2.1724: Vim9: assignment tests spread out
vim-patch:8.2.1759: Vim9: Some tests are still using :let
vim-patch:8.2.1865: Vim9: add() does not check type of argument
vim-patch:8.2.1867: Vim9: argument to add() not checked for blob
vim-patch:8.2.1965: Vim9: tests fail without the channel feature
vim-patch:8.2.2301: Vim9: cannot unlet a dict or list item
vim-patch:8.2.2304: Vim9: no test for unletting an imported variable
vim-patch:8.2.3006: crash when echoing a value very early
vim-patch:8.2.3007: Vim9: test for void value fails
vim-patch:8.2.3008: startup test may hang
vim-patch:8.2.3009: startup test may hang
vim-patch:8.2.3181: Vim9: builtin function test fails without channel feature
vim-patch:8.2.3242: Vim9: valgrind reports leaks in builtin function test
vim-patch:8.2.3382: crash when getting the type of a NULL partial
vim-patch:8.2.3845: Vim9: test fails when the channel feature is missing
vim-patch:8.2.4407: Vim9: some code not covered by tests
vim-patch:8.2.4410: Vim9: some code not covered by tests

vim-patch:9.0.0563: timer_info() test fails
vim-patch:9.0.2080: vim9_script test too large

vim-patch:9.1.1541: Vim9: error when last enum value ends with a comma
This commit is contained in:
github-actions[bot]
2025-08-06 20:26:50 -07:00
committed by GitHub
parent d26db4bfbf
commit c47a69c1a6

View File

@@ -283,7 +283,7 @@ static const int included_patches[] = {
2203, 2203,
2202, 2202,
2201, 2201,
// 2200, 2200,
2199, 2199,
2198, 2198,
2197, 2197,
@@ -356,7 +356,7 @@ static const int included_patches[] = {
2130, 2130,
2129, 2129,
2128, 2128,
// 2127, 2127,
2126, 2126,
2125, 2125,
2124, 2124,
@@ -592,7 +592,7 @@ static const int included_patches[] = {
1894, 1894,
1893, 1893,
// 1892, // 1892,
// 1891, 1891,
1890, 1890,
1889, 1889,
1888, 1888,
@@ -630,7 +630,7 @@ static const int included_patches[] = {
1856, 1856,
1855, 1855,
1854, 1854,
// 1853, 1853,
1852, 1852,
// 1851, // 1851,
// 1850, // 1850,
@@ -681,7 +681,7 @@ static const int included_patches[] = {
1805, 1805,
1804, 1804,
1803, 1803,
// 1802, 1802,
1801, 1801,
1800, 1800,
// 1799, // 1799,
@@ -747,15 +747,15 @@ static const int included_patches[] = {
1739, 1739,
1738, 1738,
1737, 1737,
// 1736, 1736,
1735, 1735,
1734, 1734,
// 1733, // 1733,
1732, 1732,
1731, 1731,
// 1730, 1730,
1729, 1729,
// 1728, 1728,
1727, 1727,
1726, 1726,
1725, 1725,
@@ -780,7 +780,7 @@ static const int included_patches[] = {
1706, 1706,
1705, 1705,
1704, 1704,
// 1703, 1703,
1702, 1702,
1701, 1701,
// 1700, // 1700,
@@ -842,7 +842,7 @@ static const int included_patches[] = {
1644, 1644,
1643, 1643,
1642, 1642,
// 1641, 1641,
1640, 1640,
1639, 1639,
1638, 1638,
@@ -854,7 +854,7 @@ static const int included_patches[] = {
1632, 1632,
1631, 1631,
1630, 1630,
// 1629, 1629,
// 1628, // 1628,
1627, 1627,
// 1626, // 1626,
@@ -899,7 +899,7 @@ static const int included_patches[] = {
1587, 1587,
// 1586, // 1586,
1585, 1585,
// 1584, 1584,
1583, 1583,
1582, 1582,
1581, 1581,
@@ -918,7 +918,7 @@ static const int included_patches[] = {
1568, 1568,
1567, 1567,
1566, 1566,
// 1565, 1565,
1564, 1564,
1563, 1563,
// 1562, // 1562,
@@ -932,7 +932,7 @@ static const int included_patches[] = {
1554, 1554,
// 1553, // 1553,
1552, 1552,
// 1551, 1551,
// 1550, // 1550,
1549, 1549,
// 1548, // 1548,
@@ -957,7 +957,7 @@ static const int included_patches[] = {
1529, 1529,
1528, 1528,
// 1527, // 1527,
// 1526, 1526,
// 1525, // 1525,
1524, 1524,
// 1523, // 1523,
@@ -1479,7 +1479,7 @@ static const int included_patches[] = {
1007, 1007,
1006, 1006,
1005, 1005,
// 1004, 1004,
1003, 1003,
1002, 1002,
1001, 1001,
@@ -1506,7 +1506,7 @@ static const int included_patches[] = {
980, 980,
979, 979,
978, 978,
// 977, 977,
976, 976,
975, 975,
974, 974,
@@ -1569,7 +1569,7 @@ static const int included_patches[] = {
917, 917,
916, 916,
915, 915,
// 914, 914,
913, 913,
912, 912,
911, 911,
@@ -1626,7 +1626,7 @@ static const int included_patches[] = {
860, 860,
859, 859,
858, 858,
// 857, 857,
856, 856,
855, 855,
854, 854,
@@ -1713,7 +1713,7 @@ static const int included_patches[] = {
773, 773,
772, 772,
771, 771,
// 770, 770,
769, 769,
// 768, // 768,
767, 767,