mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 05:05:00 -07:00
version.c: update [ci skip] #10942
vim-patch:8.0.0396: 'balloonexpr' only works synchronously vim-patch:8.0.0932: terminal may not use right characters for BS and Enter vim-patch-8.0.0934: change to struts.h missing in patch vim-patch:8.0.0956: scrolling in a terminal window has flicker vim-patch:8.0.0976: cannot send lines to a terminal job vim-patch:8.0.1002: unnecessarily updating screen after timer callback vim-patch:8.0.1096: terminal window in Normal mode has wrong background vim-patch:8.0.1097: background color wrong if job changes background color vim-patch:8.0.1102: terminal window does not use Normal colors vim-patch:8.0.1293: setting a breakpoint in the terminal debugger sometimes fails vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal vim-patch:8.0.1312: balloon_show() only works in terminal when compiled with GUI vim-patch:8.0.1318: terminal balloon only shows one line vim-patch:8.0.1320: popup test fails on GUI-only build vim-patch:8.0.1321: can't build huge version with Athena # VIM_SERVERNAME is NA because we will have NVIM env var: vim-patch:8.0.1330: MS-Windows: job in terminal can't get back to Vim vim-patch:8.0.1346: crash when passing 50 char string to balloon_split() vim-patch:8.0.1810: buffer of a terminal only updated in Terminal-Normal mode vim-patch:8.0.1815: crash with terminal window and with 'lazyredraw' set vim-patch:8.0.1842: popup menu inside terminal window isn't cleared vim-patch:8.1.1973: cannot build without the quickfix feature vim-patch:8.1.1974: Coverity warns for using pointer as array vim-patch:8.1.1975: MS-Windows GUI responds slowly to timer vim-patch:8.1.1976: Travis log always shows test output vim-patch:8.1.1990: cannot build with eval but without cscope vim-patch:8.1.1991: still cannot build with eval but without cscope
This commit is contained in:
parent
16b64c339e
commit
1f119d4153
@ -68,12 +68,13 @@ NULL
|
||||
|
||||
// clang-format off
|
||||
static const int included_patches[] = {
|
||||
1850,
|
||||
1849,
|
||||
1848,
|
||||
1847,
|
||||
1846,
|
||||
1845,
|
||||
// 1844,
|
||||
1844,
|
||||
1843,
|
||||
// 1842,
|
||||
1841,
|
||||
@ -120,7 +121,7 @@ static const int included_patches[] = {
|
||||
1800,
|
||||
1799,
|
||||
// 1798,
|
||||
// 1797,
|
||||
1797,
|
||||
1796,
|
||||
1795,
|
||||
// 1794,
|
||||
@ -158,14 +159,14 @@ static const int included_patches[] = {
|
||||
1762,
|
||||
1761,
|
||||
1760,
|
||||
// 1759,
|
||||
1759,
|
||||
1758,
|
||||
1757,
|
||||
1756,
|
||||
1755,
|
||||
// 1754,
|
||||
1753,
|
||||
// 1752,
|
||||
1752,
|
||||
1751,
|
||||
1750,
|
||||
1749,
|
||||
@ -204,7 +205,7 @@ static const int included_patches[] = {
|
||||
1716,
|
||||
1715,
|
||||
1714,
|
||||
// 1713,
|
||||
1713,
|
||||
// 1712,
|
||||
// 1711,
|
||||
1710,
|
||||
@ -246,7 +247,7 @@ static const int included_patches[] = {
|
||||
1674,
|
||||
1673,
|
||||
1672,
|
||||
// 1671,
|
||||
1671,
|
||||
1670,
|
||||
1669,
|
||||
// 1668,
|
||||
@ -262,7 +263,7 @@ static const int included_patches[] = {
|
||||
1658,
|
||||
1657,
|
||||
1656,
|
||||
// 1655,
|
||||
1655,
|
||||
1654,
|
||||
1653,
|
||||
1652,
|
||||
@ -270,13 +271,13 @@ static const int included_patches[] = {
|
||||
1650,
|
||||
1649,
|
||||
1648,
|
||||
// 1647,
|
||||
1647,
|
||||
1646,
|
||||
1645,
|
||||
1644,
|
||||
1643,
|
||||
1642,
|
||||
// 1641,
|
||||
1641,
|
||||
1640,
|
||||
1639,
|
||||
1638,
|
||||
@ -305,7 +306,7 @@ static const int included_patches[] = {
|
||||
1615,
|
||||
1614,
|
||||
1613,
|
||||
// 1612,
|
||||
1612,
|
||||
1611,
|
||||
1610,
|
||||
// 1609,
|
||||
@ -313,15 +314,15 @@ static const int included_patches[] = {
|
||||
1607,
|
||||
1606,
|
||||
1605,
|
||||
// 1604,
|
||||
1604,
|
||||
1603,
|
||||
1602,
|
||||
1601,
|
||||
1600,
|
||||
// 1599,
|
||||
1599,
|
||||
1598,
|
||||
1597,
|
||||
// 1596,
|
||||
1596,
|
||||
1595,
|
||||
1594,
|
||||
// 1593,
|
||||
@ -339,17 +340,17 @@ static const int included_patches[] = {
|
||||
1581,
|
||||
1580,
|
||||
1579,
|
||||
// 1578,
|
||||
1578,
|
||||
1577,
|
||||
1576,
|
||||
1575,
|
||||
// 1574,
|
||||
1573,
|
||||
// 1572,
|
||||
1572,
|
||||
1571,
|
||||
// 1570,
|
||||
1569,
|
||||
// 1568,
|
||||
1568,
|
||||
1567,
|
||||
1566,
|
||||
1565,
|
||||
@ -366,7 +367,7 @@ static const int included_patches[] = {
|
||||
// 1554,
|
||||
1553,
|
||||
1552,
|
||||
// 1551,
|
||||
1551,
|
||||
// 1550,
|
||||
1549,
|
||||
1548,
|
||||
@ -390,7 +391,7 @@ static const int included_patches[] = {
|
||||
1530,
|
||||
// 1529,
|
||||
1528,
|
||||
// 1527,
|
||||
1527,
|
||||
1526,
|
||||
// 1525,
|
||||
1524,
|
||||
@ -464,8 +465,8 @@ static const int included_patches[] = {
|
||||
1456,
|
||||
// 1455,
|
||||
// 1454,
|
||||
// 1453,
|
||||
// 1452,
|
||||
1453,
|
||||
1452,
|
||||
// 1451,
|
||||
1450,
|
||||
// 1449,
|
||||
@ -477,11 +478,11 @@ static const int included_patches[] = {
|
||||
1443,
|
||||
1442,
|
||||
1441,
|
||||
// 1440,
|
||||
1440,
|
||||
1439,
|
||||
1438,
|
||||
1437,
|
||||
// 1436,
|
||||
1436,
|
||||
1435,
|
||||
1434,
|
||||
1433,
|
||||
@ -535,7 +536,7 @@ static const int included_patches[] = {
|
||||
1385,
|
||||
1384,
|
||||
1383,
|
||||
// 1382,
|
||||
1382,
|
||||
1381,
|
||||
1380,
|
||||
1379,
|
||||
@ -568,15 +569,15 @@ static const int included_patches[] = {
|
||||
1352,
|
||||
1351,
|
||||
1350,
|
||||
// 1349,
|
||||
1349,
|
||||
1348,
|
||||
1347,
|
||||
// 1346,
|
||||
// 1345,
|
||||
// 1344,
|
||||
1344,
|
||||
1343,
|
||||
1342,
|
||||
// 1341,
|
||||
1341,
|
||||
1340,
|
||||
// 1339,
|
||||
1338,
|
||||
@ -585,7 +586,7 @@ static const int included_patches[] = {
|
||||
// 1335,
|
||||
// 1334,
|
||||
1333,
|
||||
// 1332,
|
||||
1332,
|
||||
1331,
|
||||
// 1330,
|
||||
1329,
|
||||
@ -598,7 +599,7 @@ static const int included_patches[] = {
|
||||
1322,
|
||||
// 1321,
|
||||
// 1320,
|
||||
// 1319,
|
||||
1319,
|
||||
// 1318,
|
||||
1317,
|
||||
1316,
|
||||
@ -620,9 +621,9 @@ static const int included_patches[] = {
|
||||
// 1300,
|
||||
1299,
|
||||
1298,
|
||||
// 1297,
|
||||
1297,
|
||||
1296,
|
||||
// 1295,
|
||||
1295,
|
||||
1294,
|
||||
// 1293,
|
||||
// 1292,
|
||||
@ -641,7 +642,7 @@ static const int included_patches[] = {
|
||||
1279,
|
||||
1278,
|
||||
1277,
|
||||
// 1276,
|
||||
1276,
|
||||
1275,
|
||||
1274,
|
||||
1273,
|
||||
@ -653,7 +654,7 @@ static const int included_patches[] = {
|
||||
1267,
|
||||
1266,
|
||||
1265,
|
||||
// 1264,
|
||||
1264,
|
||||
1263,
|
||||
1262,
|
||||
1261,
|
||||
@ -673,11 +674,11 @@ static const int included_patches[] = {
|
||||
1247,
|
||||
1246,
|
||||
1245,
|
||||
// 1244,
|
||||
1244,
|
||||
1243,
|
||||
1242,
|
||||
1241,
|
||||
// 1240,
|
||||
1240,
|
||||
1239,
|
||||
1238,
|
||||
1237,
|
||||
@ -714,7 +715,7 @@ static const int included_patches[] = {
|
||||
1206,
|
||||
1205,
|
||||
1204,
|
||||
// 1203,
|
||||
1203,
|
||||
1202,
|
||||
1201,
|
||||
1200,
|
||||
@ -723,7 +724,7 @@ static const int included_patches[] = {
|
||||
1197,
|
||||
1196,
|
||||
1195,
|
||||
// 1194,
|
||||
1194,
|
||||
1193,
|
||||
1192,
|
||||
1191,
|
||||
@ -743,11 +744,11 @@ static const int included_patches[] = {
|
||||
1177,
|
||||
// 1176,
|
||||
1175,
|
||||
// 1174,
|
||||
1174,
|
||||
1173,
|
||||
1172,
|
||||
1171,
|
||||
// 1170,
|
||||
1170,
|
||||
1169,
|
||||
1168,
|
||||
1167,
|
||||
@ -804,7 +805,7 @@ static const int included_patches[] = {
|
||||
1116,
|
||||
1115,
|
||||
1114,
|
||||
// 1113,
|
||||
1113,
|
||||
1112,
|
||||
1111,
|
||||
1110,
|
||||
@ -843,7 +844,7 @@ static const int included_patches[] = {
|
||||
1077,
|
||||
1076,
|
||||
1075,
|
||||
// 1074,
|
||||
1074,
|
||||
1073,
|
||||
1072,
|
||||
1071,
|
||||
@ -857,7 +858,7 @@ static const int included_patches[] = {
|
||||
1063,
|
||||
1062,
|
||||
1061,
|
||||
// 1060,
|
||||
1060,
|
||||
1059,
|
||||
1058,
|
||||
1057,
|
||||
@ -866,7 +867,7 @@ static const int included_patches[] = {
|
||||
1054,
|
||||
1053,
|
||||
1052,
|
||||
// 1051,
|
||||
1051,
|
||||
1050,
|
||||
1049,
|
||||
1048,
|
||||
@ -882,7 +883,7 @@ static const int included_patches[] = {
|
||||
// 1038,
|
||||
1037,
|
||||
1036,
|
||||
// 1035,
|
||||
1035,
|
||||
1034,
|
||||
1033,
|
||||
1032,
|
||||
@ -917,7 +918,7 @@ static const int included_patches[] = {
|
||||
1003,
|
||||
// 1002,
|
||||
1001,
|
||||
// 1000,
|
||||
1000,
|
||||
999,
|
||||
998,
|
||||
997,
|
||||
@ -957,7 +958,7 @@ static const int included_patches[] = {
|
||||
963,
|
||||
962,
|
||||
961,
|
||||
// 960,
|
||||
960,
|
||||
959,
|
||||
958,
|
||||
957,
|
||||
@ -999,15 +1000,15 @@ static const int included_patches[] = {
|
||||
921,
|
||||
920,
|
||||
919,
|
||||
// 918,
|
||||
// 917,
|
||||
// 916,
|
||||
918,
|
||||
917,
|
||||
916,
|
||||
915,
|
||||
// 914,
|
||||
913,
|
||||
// 912,
|
||||
912,
|
||||
911,
|
||||
// 910,
|
||||
910,
|
||||
909,
|
||||
908,
|
||||
907,
|
||||
@ -1684,7 +1685,7 @@ static const int included_patches[] = {
|
||||
236,
|
||||
235,
|
||||
234,
|
||||
// 233,
|
||||
233,
|
||||
232,
|
||||
231,
|
||||
230,
|
||||
|
Loading…
Reference in New Issue
Block a user