aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvim the Paranoid Android <marvim@users.noreply.github.com>2019-10-06 05:13:47 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-10-05 20:13:47 -0700
commit1396cc9abb0dfcdbd9572706235aba59f7c3318a (patch)
tree28491f8781902168dad99911094c0a4a1b0e2400
parent402afb08959c353a50e040dd0bdcc7cd7aa73041 (diff)
downloadrneovim-1396cc9abb0dfcdbd9572706235aba59f7c3318a.tar.gz
rneovim-1396cc9abb0dfcdbd9572706235aba59f7c3318a.tar.bz2
rneovim-1396cc9abb0dfcdbd9572706235aba59f7c3318a.zip
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
-rw-r--r--src/nvim/version.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index b0619d6273..b6122f6463 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -106,7 +106,7 @@ static const int included_patches[] = {
1815,
1814,
1813,
- // 1812,
+ 1812,
1811,
1810,
1809,
@@ -142,13 +142,13 @@ static const int included_patches[] = {
1779,
1778,
1777,
- // 1776,
+ 1776,
1775,
// 1774,
1773,
- // 1772,
- // 1771,
- // 1770,
+ 1772,
+ 1771,
+ 1770,
// 1769,
1768,
// 1767,
@@ -164,7 +164,7 @@ static const int included_patches[] = {
1757,
1756,
1755,
- // 1754,
+ 1754,
1753,
1752,
1751,
@@ -185,7 +185,7 @@ static const int included_patches[] = {
1736,
1735,
1734,
- // 1733,
+ 1733,
// 1732,
1731,
1730,
@@ -297,7 +297,7 @@ static const int included_patches[] = {
// 1624,
1623,
1622,
- // 1621,
+ 1621,
1620,
// 1619,
1618,
@@ -379,7 +379,7 @@ static const int included_patches[] = {
1542,
1541,
// 1540,
- // 1539,
+ 1539,
// 1538,
1537,
1536,
@@ -389,13 +389,13 @@ static const int included_patches[] = {
1532,
// 1531,
1530,
- // 1529,
+ 1529,
1528,
1527,
1526,
// 1525,
1524,
- // 1523,
+ 1523,
// 1522,
1521,
// 1520,
@@ -470,7 +470,7 @@ static const int included_patches[] = {
// 1451,
1450,
// 1449,
- // 1448,
+ 1448,
1447,
1446,
1445,
@@ -552,7 +552,7 @@ static const int included_patches[] = {
1369,
1368,
// 1367,
- // 1366,
+ 1366,
1365,
1364,
1363,
@@ -784,7 +784,7 @@ static const int included_patches[] = {
1137,
1136,
1135,
- // 1134,
+ 1134,
1133,
1132,
1131,
@@ -809,7 +809,7 @@ static const int included_patches[] = {
1112,
1111,
1110,
- // 1109,
+ 1109,
1108,
1107,
1106,
@@ -880,7 +880,7 @@ static const int included_patches[] = {
1041,
1040,
1039,
- // 1038,
+ 1038,
1037,
1036,
1035,
@@ -948,7 +948,7 @@ static const int included_patches[] = {
973,
972,
971,
- // 970,
+ 970,
969,
968,
967,
@@ -977,11 +977,11 @@ static const int included_patches[] = {
944,
943,
942,
- // 941,
+ 941,
940,
939,
938,
- // 937,
+ 937,
936,
935,
// 934,
@@ -1004,7 +1004,7 @@ static const int included_patches[] = {
917,
916,
915,
- // 914,
+ 914,
913,
912,
911,
@@ -1093,7 +1093,7 @@ static const int included_patches[] = {
828,
827,
826,
- // 825,
+ 825,
824,
823,
822,