mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
version.c: update [ci skip] #11160
vim-patch:8.0.1405: duplicated code for getting a typed character vim-patch:8.1.0828: still using FEAT_VIRTUALEDIT vim-patch:8.1.1971: manually enabling features causes build errors vim-patch:8.1.2000: plugin cannot get the current IME status vim-patch:8.1.2119: memory access error for empty string vim-patch:8.1.2122: cannot build without terminal feature vim-patch:8.1.2123: parsing CSI sequence is messy vim-patch:8.1.2128: renamed libvterm sources makes merging difficult vim-patch:8.1.2130: MSVC build fails vim-patch:8.1.2132: MS-Windows: screen mess when not recognizing insider build vim-patch:8.1.2138: including the build number in the Win32 binary is confusing vim-patch:8.1.2144: side effects when using t_ti to enable modifyOtherKeys vim-patch:8.1.2157: libvterm source files missing from distribution vim-patch:8.1.2160: cannot build with +syntax but without +terminal vim-patch:8.1.2163: cannot build with +spell but without +syntax vim-patch:8.1.2170: cannot build without the +termresponse feature vim-patch:8.1.2179: pressing "q" at the more prompt doesn't stop Python output vim-patch:8.1.2186: error for bad regexp even though regexp is not used vim-patch:8.1.2196: MS-Windows: running tests with MSVC lacks updates vim-patch:8.1.2199: build failure when using normal features without GUI vim-patch:8.1.2201: cannot build with dynamically linked Python 3.8 vim-patch:8.1.2202: MS-Windows: build failure with GUI and small features vim-patch:8.1.2203: running libvterm tests without the +terminal feature vim-patch:8.1.2204: crash on exit when closing terminals vim-patch:8.1.2209: LF in escape codes may be expanded to CR-LF vim-patch:8.1.2217: compiler warning for unused variable vim-patch:8.1.2224: cannot build Amiga version vim-patch:8.1.2237: mode() result depends on whether CURSOR_SHAPE is defined vim-patch:8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabled vim-patch:8.1.2254: MS-Windows: mouse scroll wheel doesn't work in popup vim-patch:8.1.2255: ":term ++shell" does not work on MS-Windows vim-patch:8.1.2256: test for ":term ++shell" fails on MS-Windows vim-patch:8.1.2260: terminal test may fail on MS-Windows vim-patch:8.1.2271: build error if FEAT_TAG_BINS is not defined vim-patch:8.1.2284: compiler warning for unused variable vim-patch:8.1.2291: memory leak when executing command in a terminal vim-patch:8.1.2301: MS-Windows GUI: drawing error when background color changes vim-patch:8.1.2311: warning for missing function prototype vim-patch:8.1.2316: FORTIFY_SOURCE can also be present in CPPFLAGS vim-patch:8.1.2318: MS-Windows GUI: main background shows in toolbar https://github.com/neovim/neovim/pull/11215 vim-patch:8.1.0084: user name completion does not work on MS-Windows vim-patch:8.1.0085: no test for completing user name and language vim-patch:8.1.0361: remote user not used for completion
This commit is contained in:

committed by
Justin M. Keyes

parent
d547c8d9ad
commit
b1c4a8191e
@@ -68,9 +68,6 @@ NULL
|
|||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
static const int included_patches[] = {
|
static const int included_patches[] = {
|
||||||
2218,
|
|
||||||
2207,
|
|
||||||
2173,
|
|
||||||
1850,
|
1850,
|
||||||
1849,
|
1849,
|
||||||
1848,
|
1848,
|
||||||
@@ -86,7 +83,7 @@ static const int included_patches[] = {
|
|||||||
1838,
|
1838,
|
||||||
1837,
|
1837,
|
||||||
1836,
|
1836,
|
||||||
// 1835,
|
1835,
|
||||||
1834,
|
1834,
|
||||||
1833,
|
1833,
|
||||||
1832,
|
1832,
|
||||||
@@ -123,7 +120,7 @@ static const int included_patches[] = {
|
|||||||
1801,
|
1801,
|
||||||
1800,
|
1800,
|
||||||
1799,
|
1799,
|
||||||
// 1798,
|
1798,
|
||||||
1797,
|
1797,
|
||||||
1796,
|
1796,
|
||||||
1795,
|
1795,
|
||||||
@@ -179,7 +176,7 @@ static const int included_patches[] = {
|
|||||||
// 1745,
|
// 1745,
|
||||||
// 1744,
|
// 1744,
|
||||||
// 1743,
|
// 1743,
|
||||||
// 1742,
|
1742,
|
||||||
1741,
|
1741,
|
||||||
1740,
|
1740,
|
||||||
1739,
|
1739,
|
||||||
@@ -196,10 +193,10 @@ static const int included_patches[] = {
|
|||||||
1728,
|
1728,
|
||||||
1727,
|
1727,
|
||||||
1726,
|
1726,
|
||||||
// 1725,
|
1725,
|
||||||
1724,
|
1724,
|
||||||
1723,
|
1723,
|
||||||
// 1722,
|
1722,
|
||||||
1721,
|
1721,
|
||||||
1720,
|
1720,
|
||||||
1719,
|
1719,
|
||||||
@@ -210,7 +207,7 @@ static const int included_patches[] = {
|
|||||||
1714,
|
1714,
|
||||||
1713,
|
1713,
|
||||||
// 1712,
|
// 1712,
|
||||||
// 1711,
|
1711,
|
||||||
1710,
|
1710,
|
||||||
1709,
|
1709,
|
||||||
1708,
|
1708,
|
||||||
@@ -236,7 +233,7 @@ static const int included_patches[] = {
|
|||||||
1688,
|
1688,
|
||||||
1687,
|
1687,
|
||||||
1686,
|
1686,
|
||||||
// 1685,
|
1685,
|
||||||
1684,
|
1684,
|
||||||
1683,
|
1683,
|
||||||
1682,
|
1682,
|
||||||
@@ -255,8 +252,8 @@ static const int included_patches[] = {
|
|||||||
1669,
|
1669,
|
||||||
// 1668,
|
// 1668,
|
||||||
1667,
|
1667,
|
||||||
// 1666,
|
1666,
|
||||||
// 1665,
|
1665,
|
||||||
1664,
|
1664,
|
||||||
1663,
|
1663,
|
||||||
1662,
|
1662,
|
||||||
@@ -297,12 +294,12 @@ static const int included_patches[] = {
|
|||||||
1627,
|
1627,
|
||||||
1626,
|
1626,
|
||||||
1625,
|
1625,
|
||||||
// 1624,
|
1624,
|
||||||
1623,
|
1623,
|
||||||
1622,
|
1622,
|
||||||
1621,
|
1621,
|
||||||
1620,
|
1620,
|
||||||
// 1619,
|
1619,
|
||||||
1618,
|
1618,
|
||||||
// 1617,
|
// 1617,
|
||||||
// 1616,
|
// 1616,
|
||||||
@@ -339,7 +336,7 @@ static const int included_patches[] = {
|
|||||||
1585,
|
1585,
|
||||||
1584,
|
1584,
|
||||||
1583,
|
1583,
|
||||||
// 1582,
|
1582,
|
||||||
1581,
|
1581,
|
||||||
1580,
|
1580,
|
||||||
1579,
|
1579,
|
||||||
@@ -429,7 +426,7 @@ static const int included_patches[] = {
|
|||||||
// 1495,
|
// 1495,
|
||||||
1494,
|
1494,
|
||||||
1493,
|
1493,
|
||||||
// 1492,
|
1492,
|
||||||
// 1491,
|
// 1491,
|
||||||
1490,
|
1490,
|
||||||
1489,
|
1489,
|
||||||
@@ -470,7 +467,7 @@ static const int included_patches[] = {
|
|||||||
// 1454,
|
// 1454,
|
||||||
1453,
|
1453,
|
||||||
1452,
|
1452,
|
||||||
// 1451,
|
1451,
|
||||||
1450,
|
1450,
|
||||||
// 1449,
|
// 1449,
|
||||||
1448,
|
1448,
|
||||||
@@ -745,7 +742,7 @@ static const int included_patches[] = {
|
|||||||
1179,
|
1179,
|
||||||
1178,
|
1178,
|
||||||
1177,
|
1177,
|
||||||
// 1176,
|
1176,
|
||||||
1175,
|
1175,
|
||||||
1174,
|
1174,
|
||||||
1173,
|
1173,
|
||||||
@@ -987,7 +984,7 @@ static const int included_patches[] = {
|
|||||||
937,
|
937,
|
||||||
936,
|
936,
|
||||||
935,
|
935,
|
||||||
// 934,
|
934,
|
||||||
933,
|
933,
|
||||||
932,
|
932,
|
||||||
931,
|
931,
|
||||||
|
Reference in New Issue
Block a user