mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
docs: update version.c #35411
vim-patch:8.2.0082: when reusing a buffer listeners are not cleared vim-patch:8.2.0446: listener with undo of deleting all lines not tested vim-patch:8.2.1092: not checking if saving for undo succeeds vim-patch:8.2.3174: Vim9: "legacy undo" finds "undo" variable vim-patch:8.2.3426: crash when deleting a listener in a listener callback vim-patch:8.2.4142: build failure with normal features without persistent undo vim-patch:9.0.0361: removing a listener may result in a memory leak
This commit is contained in:
![41898282+github-actions[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
ed40d89d7c
commit
faff3617ba
@@ -112,7 +112,7 @@ static const int included_patches[] = {
|
||||
2372,
|
||||
// 2371,
|
||||
2370,
|
||||
// 2369,
|
||||
2369,
|
||||
2368,
|
||||
2367,
|
||||
2366,
|
||||
@@ -173,7 +173,7 @@ static const int included_patches[] = {
|
||||
2311,
|
||||
2310,
|
||||
2309,
|
||||
// 2308,
|
||||
2308,
|
||||
// 2307,
|
||||
2306,
|
||||
2305,
|
||||
@@ -183,7 +183,7 @@ static const int included_patches[] = {
|
||||
2301,
|
||||
// 2300,
|
||||
2299,
|
||||
// 2298,
|
||||
2298,
|
||||
2297,
|
||||
2296,
|
||||
// 2295,
|
||||
@@ -265,12 +265,12 @@ static const int included_patches[] = {
|
||||
// 2219,
|
||||
2218,
|
||||
2217,
|
||||
// 2216,
|
||||
// 2215,
|
||||
2216,
|
||||
2215,
|
||||
2214,
|
||||
// 2213,
|
||||
2212,
|
||||
// 2211,
|
||||
2211,
|
||||
// 2210,
|
||||
2209,
|
||||
// 2208,
|
||||
@@ -410,7 +410,7 @@ static const int included_patches[] = {
|
||||
2074,
|
||||
2073,
|
||||
2072,
|
||||
// 2071,
|
||||
2071,
|
||||
2070,
|
||||
2069,
|
||||
2068,
|
||||
@@ -473,7 +473,7 @@ static const int included_patches[] = {
|
||||
2011,
|
||||
2010,
|
||||
// 2009,
|
||||
// 2008,
|
||||
2008,
|
||||
2007,
|
||||
2006,
|
||||
2005,
|
||||
@@ -637,7 +637,7 @@ static const int included_patches[] = {
|
||||
1847,
|
||||
1846,
|
||||
// 1845,
|
||||
// 1844,
|
||||
1844,
|
||||
1843,
|
||||
1842,
|
||||
1841,
|
||||
@@ -771,7 +771,7 @@ static const int included_patches[] = {
|
||||
// 1713,
|
||||
1712,
|
||||
1711,
|
||||
// 1710,
|
||||
1710,
|
||||
// 1709,
|
||||
1708,
|
||||
// 1707,
|
||||
@@ -806,7 +806,7 @@ static const int included_patches[] = {
|
||||
// 1678,
|
||||
1677,
|
||||
// 1676,
|
||||
// 1675,
|
||||
1675,
|
||||
1674,
|
||||
// 1673,
|
||||
1672,
|
||||
@@ -826,7 +826,7 @@ static const int included_patches[] = {
|
||||
1658,
|
||||
1657,
|
||||
// 1656,
|
||||
// 1655,
|
||||
1655,
|
||||
1654,
|
||||
1653,
|
||||
1652,
|
||||
@@ -878,11 +878,11 @@ static const int included_patches[] = {
|
||||
1606,
|
||||
1605,
|
||||
1604,
|
||||
// 1603,
|
||||
1603,
|
||||
// 1602,
|
||||
1601,
|
||||
// 1600,
|
||||
// 1599,
|
||||
1599,
|
||||
1598,
|
||||
// 1597,
|
||||
// 1596,
|
||||
@@ -895,7 +895,7 @@ static const int included_patches[] = {
|
||||
// 1589,
|
||||
1588,
|
||||
1587,
|
||||
// 1586,
|
||||
1586,
|
||||
1585,
|
||||
1584,
|
||||
1583,
|
||||
@@ -926,7 +926,7 @@ static const int included_patches[] = {
|
||||
// 1558,
|
||||
1557,
|
||||
1556,
|
||||
// 1555,
|
||||
1555,
|
||||
1554,
|
||||
// 1553,
|
||||
1552,
|
||||
|
Reference in New Issue
Block a user