From 82a92308c5783d2c967f5b0dc158960f0cb49caa Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Mon, 31 Dec 2018 00:20:28 +0100 Subject: version.c: update [ci skip] (#9275) vim-patch:8.0.0428: git and hg see new files after running tests vim-patch:8.0.0429: options test does not always test everything vim-patch:8.0.0430: options test fails or hangs on MS-Windows vim-patch:8.0.0436: running the options test sometimes resizes the terminal vim-patch:8.0.0488: running tests leaves an "xxx" file behind vim-patch:8.0.0585: test_options fails when run in the GUI vim-patch:8.1.0558: some MS-Windows instructions are outdated vim-patch:8.1.0565: asan complains about reading before allocated block vim-patch:8.1.0566: SGR not enabled for mintty because $TERM is "xterm" vim-patch:8.1.0567: error for NUL byte in ScreenLines goes unnoticed vim-patch:8.1.0568: error message for NUL byte in ScreenLines breaks Travis CI vim-patch:8.1.0577: tabpage right-click menu never shows "Close tab" vim-patch:8.1.0578: cannot disable arabic, rightleft and farsi in configure vim-patch:8.1.0587: GvimExt: realloc() failing is not handled properly vim-patch:8.1.0589: compilation error in gvimext.cpp vim-patch:8.1.0592: the libvterm tests are not run as part of Vim tests vim-patch:8.1.0593: illegal memory access in libvterm test vim-patch:8.1.0594: libvterm tests fail to run on Mac vim-patch:8.1.0595: libvterm tests are not run with coverage vim-patch:8.1.0597: cannot run test_libvterm from the top directory vim-patch:8.1.0598: indent tests may use the wrong Vim binary vim-patch:8.1.0605: running make in the top directory echoes a comment vim-patch:8.1.0606: 'cryptmethod' defaults to a very old method vim-patch:8.1.0607: proto files are not in sync with the source code vim-patch:8.1.0608: coverals is not updating vim-patch:8.1.0609: MS-Windows: unused variable, depending on the Ruby version vim-patch:8.1.0610: MS-Windows ctags file list differs from Unix vim-patch:8.1.0616: NSIS installer is outdated vim-patch:8.1.0617: NSIS installer gets two files from the wrong directory vim-patch:8.1.0620: overuling CONF_ARGS from the environment no longer works vim-patch:8.1.0624: overuling CONF_ARGS from the environment still does not work vim-patch:8.1.0628: Compiler warning on MS-Windows. vim-patch:8.1.0635: Coverity complains about null pointer use vim-patch:8.1.0637: nsis file no longer used vim-patch:8.1.0646: cannot build with Ruby 2.6.0 --- src/nvim/version.c | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 966ecfd719..eacc3fd86e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -78,6 +78,8 @@ NULL // clang-format off static const int included_patches[] = { + 1849, + // 1848, 1847, // 1846, // 1845, @@ -96,7 +98,7 @@ static const int included_patches[] = { 1832, // 1831, // 1830, - // 1829, + 1829, 1828, // 1827, 1826, @@ -177,7 +179,7 @@ static const int included_patches[] = { 1751, // 1750, 1749, - // 1748, + 1748, // 1747, // 1746, // 1745, @@ -191,7 +193,7 @@ static const int included_patches[] = { 1737, 1736, // 1735, - // 1734, + 1734, // 1733, // 1732, 1731, @@ -456,7 +458,7 @@ static const int included_patches[] = { 1472, 1471, 1470, - // 1469, + 1469, 1468, 1467, 1466, @@ -480,7 +482,7 @@ static const int included_patches[] = { // 1448, // 1447, 1446, - // 1445, + 1445, 1444, 1443, 1442, @@ -500,7 +502,7 @@ static const int included_patches[] = { 1428, 1427, 1426, - // 1425, + 1425, 1424, 1423, // 1422, @@ -575,19 +577,19 @@ static const int included_patches[] = { // 1353, 1352, 1351, - // 1350, + 1350, // 1349, // 1348, // 1347, // 1346, // 1345, // 1344, - // 1343, + 1343, // 1342, // 1341, // 1340, // 1339, - // 1338, + 1338, 1337, // 1336, // 1335, @@ -617,7 +619,7 @@ static const int included_patches[] = { 1311, 1310, // 1309, - // 1308, + 1308, // 1307, 1306, // 1305, @@ -645,7 +647,7 @@ static const int included_patches[] = { 1283, 1282, 1281, - // 1280, + 1280, 1279, // 1278, // 1277, @@ -790,7 +792,7 @@ static const int included_patches[] = { // 1138, // 1137, 1136, - // 1135, + 1135, // 1134, // 1133, // 1132, @@ -1575,7 +1577,7 @@ static const int included_patches[] = { 353, 352, 351, - // 350, + 350, 349, 348, 347, -- cgit