neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit cd2d5de1f9697bf3fa673ed52eda2319a8de80de
parent 61b6553ee94b0f2d099777ac7face02288dc84c0
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed, 20 Aug 2025 09:43:26 -0700

docs: update version.c #35201

vim-patch:8.1.1555: NOT_IN_POPUP_WINDOW is confusing
vim-patch:8.1.1586: error number used in two places
vim-patch:8.1.1599: compiler warning for uninitialized variable
vim-patch:8.1.1603: crash when using unknown highlighting in text property
vim-patch:8.1.1655: popup window border drawn wrong with multi-byte char
vim-patch:8.1.1675: listener list not correctly updated on listener_remove()
vim-patch:8.1.1710: Coverity found dead code
vim-patch:8.1.1844: buffer no longer unloaded when adding text properties
vim-patch:8.1.2071: when 'wincolor' is set text property changes highlighting
vim-patch:8.1.2211: listener callback "added" argument is not the total
vim-patch:8.1.2215: unreachable code in adjusting text prop columns
vim-patch:8.1.2216: text property in wrong place after :substitute
vim-patch:8.1.2298: missing part of 8.1.2296
vim-patch:8.1.2308: deleting text before zero-width textprop removes it
vim-patch:8.1.2369: cannot build with quickfix and without text properties


vim-patch:8.2.0124: compiler warnings for variable types
vim-patch:8.2.0126: textprop test fails
vim-patch:8.2.0967: unnecessary type casts for vim_strnsave()
vim-patch:8.2.1670: a couple of gcc compiler warnings
vim-patch:8.2.2429: :goto does not work correctly with text properties
vim-patch:8.2.2890: text property duplicated when data block splits
vim-patch:8.2.3062: internal error when adding several text properties
vim-patch:8.2.3372: line2byte() value wrong when adding a text property
vim-patch:8.2.3483: #ifdef for using sysinfo() is incomplete
vim-patch:8.2.4043: using int for second argument of ga_init2()
vim-patch:8.2.4144: cannot load libsodium dynamically
vim-patch:8.2.4960: text properties that cross lines not updated for deleted line
vim-patch:8.2.4961: build error with a certain combination of features
vim-patch:8.2.5014: byte offsets are wrong when using text properties
vim-patch:8.2.5041: cannot close a terminal popup with "NONE" job

vim-patch:9.0.0169: insufficient testing for line2byte() with text properties
vim-patch:9.0.0181: textprop test with line2byte() fails on MS-Windows


vim-patch:9.1.0633: Compilation warnings with `-Wunused-parameter`
vim-patch:9.1.0957: MS-Windows: conversion warnings
Diffstat:
Msrc/nvim/version.c | 44++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/src/nvim/version.c b/src/nvim/version.c @@ -144,7 +144,7 @@ static const int included_patches[] = { 2340, 2339, 2338, - // 2337, + 2337, 2336, 2335, // 2334, @@ -182,10 +182,10 @@ static const int included_patches[] = { 2302, 2301, // 2300, - // 2299, + 2299, // 2298, 2297, - // 2296, + 2296, // 2295, 2294, 2293, @@ -335,7 +335,7 @@ static const int included_patches[] = { 2149, 2148, 2147, - // 2146, + 2146, 2145, 2144, 2143, @@ -374,7 +374,7 @@ static const int included_patches[] = { // 2110, // 2109, 2108, - // 2107, + 2107, 2106, 2105, 2104, @@ -396,7 +396,7 @@ static const int included_patches[] = { 2088, 2087, 2086, - // 2085, + 2085, 2084, 2083, 2082, @@ -610,12 +610,12 @@ static const int included_patches[] = { // 1874, 1873, 1872, - // 1871, + 1871, 1870, 1869, 1868, 1867, - // 1866, + 1866, 1865, 1864, 1863, @@ -770,7 +770,7 @@ static const int included_patches[] = { // 1714, // 1713, 1712, - // 1711, + 1711, // 1710, // 1709, 1708, @@ -781,7 +781,7 @@ static const int included_patches[] = { 1703, 1702, 1701, - // 1700, + 1700, 1699, 1698, 1697, @@ -800,7 +800,7 @@ static const int included_patches[] = { 1684, 1683, 1682, - // 1681, + 1681, 1680, 1679, // 1678, @@ -818,7 +818,7 @@ static const int included_patches[] = { // 1666, // 1665, 1664, - // 1663, + 1663, 1662, 1661, 1660, @@ -908,9 +908,9 @@ static const int included_patches[] = { 1576, 1575, // 1574, - // 1573, + 1573, 1572, - // 1571, + 1571, 1570, 1569, 1568, @@ -947,7 +947,7 @@ static const int included_patches[] = { // 1537, 1536, 1535, - // 1534, + 1534, 1533, 1532, 1531, @@ -1086,13 +1086,13 @@ static const int included_patches[] = { 1398, 1397, 1396, - // 1395, + 1395, 1394, 1393, 1392, 1391, 1390, - // 1389, + 1389, 1388, 1387, 1386, @@ -1438,7 +1438,7 @@ static const int included_patches[] = { 1046, 1045, // 1044, - // 1043, + 1043, 1042, 1041, 1040, @@ -1512,7 +1512,7 @@ static const int included_patches[] = { 972, 971, 970, - // 969, + 969, 968, 967, 966, @@ -1771,7 +1771,7 @@ static const int included_patches[] = { 713, 712, 711, - // 710, + 710, 709, 708, 707, @@ -1845,7 +1845,7 @@ static const int included_patches[] = { 639, 638, 637, - // 636, + 636, 635, 634, 633, @@ -2056,7 +2056,7 @@ static const int included_patches[] = { 428, 427, 426, - // 425, + 425, 424, 423, 422,