version.c: update [ci skip] #10981

vim-patch:8.0.0934: change to struts.h missing in patch
vim-patch:8.0.1176: job_start() does not handle quote and backslash correctly
vim-patch:8.0.1492: memory leak in balloon_split()
vim-patch:8.0.1582: in the MS-Windows console mouse movement is not used
vim-patch:8.0.1619: Win32 GUI: crash when winpty is not installed
vim-patch:8.0.1624: options for term_dumpdiff() and term_dumpload() not implemented
vim-patch:8.0.1665: when running a terminal from the GUI 'term' is not useful
vim-patch:8.0.1666: % argument in ch_log() causes trouble
vim-patch:8.0.1685: can't set ANSI colors of a terminal window
vim-patch:8.0.1711: term_setsize() is not implemented yet
vim-patch:8.0.1722: cannot specify a minimal size for a terminal window
vim-patch:8.0.1725: terminal debugger doesn't handle command arguments
vim-patch:8.0.1742: cannot get a list of all the jobs
vim-patch:8.0.1798: MS-Windows: file considered read-only too often
vim-patch:8.0.1835: print document name does not support multi-byte

vim-patch:8.1.0080: can't see the breakpoint number in the terminal debugger
vim-patch:8.1.0156: MS-Windows compiler warning
vim-patch:8.1.0226: too many #ifdefs
vim-patch:8.1.0722: cannot build without the virtualedit feature
vim-patch:8.1.0745: compiler warnings for signed/unsigned string
vim-patch:8.1.0752: one more compiler warning for signed/unsigned string
vim-patch:8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2
vim-patch:8.1.2027: MS-Windows: problem with ambiwidth characters
vim-patch:8.1.2033: cannot build with tiny features
vim-patch:8.1.2049: cannot build tiny version
vim-patch:8.1.2061: MS-Windows GUI: ":sh" crashes when trying to use a terminal
vim-patch:8.1.2075: get many log messages when waiting for a typed character
vim-patch:8.1.2078: build error with +textprop but without +terminal
vim-patch:8.1.2084: Amiga: cannot get the user name
vim-patch:8.1.2086: missing a few changes for the renamed files
vim-patch:8.1.2088: renamed libvterm mouse.c file not in distributed file list
vim-patch:8.1.2090: not clear why channel log file ends
vim-patch:8.1.2101: write_session_file() often defined but not used
vim-patch:8.1.2102: can't build with GTK and FEAT_GUI_GNOME
vim-patch:8.1.2112: build number for ConPTY is outdated

The following `if_pyth` patch seems to be N/A. In `~/.local/`, python 2 and 3 have their own subfolders in `~/.local/include/` and `~/.local/lib/`. `PYTHONUSERBASE` is enough to make the user modules work (on my machine) for the legacy tests.
vim-patch:8.0.1451: difficult to set the python home directories properly

The following patch requires `set compatible` and unsupported `cpoptions`:
vim-patch:8.1.1331: test 29 is old style
This commit is contained in:
Marvim the Paranoid Android 2019-10-06 05:13:47 +02:00 committed by Justin M. Keyes
parent 402afb0895
commit 1396cc9abb

View File

@ -106,7 +106,7 @@ static const int included_patches[] = {
1815, 1815,
1814, 1814,
1813, 1813,
// 1812, 1812,
1811, 1811,
1810, 1810,
1809, 1809,
@ -142,13 +142,13 @@ static const int included_patches[] = {
1779, 1779,
1778, 1778,
1777, 1777,
// 1776, 1776,
1775, 1775,
// 1774, // 1774,
1773, 1773,
// 1772, 1772,
// 1771, 1771,
// 1770, 1770,
// 1769, // 1769,
1768, 1768,
// 1767, // 1767,
@ -164,7 +164,7 @@ static const int included_patches[] = {
1757, 1757,
1756, 1756,
1755, 1755,
// 1754, 1754,
1753, 1753,
1752, 1752,
1751, 1751,
@ -185,7 +185,7 @@ static const int included_patches[] = {
1736, 1736,
1735, 1735,
1734, 1734,
// 1733, 1733,
// 1732, // 1732,
1731, 1731,
1730, 1730,
@ -297,7 +297,7 @@ static const int included_patches[] = {
// 1624, // 1624,
1623, 1623,
1622, 1622,
// 1621, 1621,
1620, 1620,
// 1619, // 1619,
1618, 1618,
@ -379,7 +379,7 @@ static const int included_patches[] = {
1542, 1542,
1541, 1541,
// 1540, // 1540,
// 1539, 1539,
// 1538, // 1538,
1537, 1537,
1536, 1536,
@ -389,13 +389,13 @@ static const int included_patches[] = {
1532, 1532,
// 1531, // 1531,
1530, 1530,
// 1529, 1529,
1528, 1528,
1527, 1527,
1526, 1526,
// 1525, // 1525,
1524, 1524,
// 1523, 1523,
// 1522, // 1522,
1521, 1521,
// 1520, // 1520,
@ -470,7 +470,7 @@ static const int included_patches[] = {
// 1451, // 1451,
1450, 1450,
// 1449, // 1449,
// 1448, 1448,
1447, 1447,
1446, 1446,
1445, 1445,
@ -552,7 +552,7 @@ static const int included_patches[] = {
1369, 1369,
1368, 1368,
// 1367, // 1367,
// 1366, 1366,
1365, 1365,
1364, 1364,
1363, 1363,
@ -784,7 +784,7 @@ static const int included_patches[] = {
1137, 1137,
1136, 1136,
1135, 1135,
// 1134, 1134,
1133, 1133,
1132, 1132,
1131, 1131,
@ -809,7 +809,7 @@ static const int included_patches[] = {
1112, 1112,
1111, 1111,
1110, 1110,
// 1109, 1109,
1108, 1108,
1107, 1107,
1106, 1106,
@ -880,7 +880,7 @@ static const int included_patches[] = {
1041, 1041,
1040, 1040,
1039, 1039,
// 1038, 1038,
1037, 1037,
1036, 1036,
1035, 1035,
@ -948,7 +948,7 @@ static const int included_patches[] = {
973, 973,
972, 972,
971, 971,
// 970, 970,
969, 969,
968, 968,
967, 967,
@ -977,11 +977,11 @@ static const int included_patches[] = {
944, 944,
943, 943,
942, 942,
// 941, 941,
940, 940,
939, 939,
938, 938,
// 937, 937,
936, 936,
935, 935,
// 934, // 934,
@ -1004,7 +1004,7 @@ static const int included_patches[] = {
917, 917,
916, 916,
915, 915,
// 914, 914,
913, 913,
912, 912,
911, 911,
@ -1093,7 +1093,7 @@ static const int included_patches[] = {
828, 828,
827, 827,
826, 826,
// 825, 825,
824, 824,
823, 823,
822, 822,