From 725400d75d4e07eafda98231c65557ee531afaf5 Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Sat, 19 May 2018 13:26:52 +0200 Subject: version.c: update [ci skip] (#8118) vim-patch:8.0.0312: failure when a channel receives a split json message vim-patch:8.0.0313: not enough testing for GUI functionality vim-patch:8.0.0317: no test for setting 'guifont' vim-patch:8.0.0318: small mistake in 7x13 font name vim-patch:8.0.0329: xfontset and guifontwide are not tested vim-patch:8.0.0332: GUI test fails on some systems vim-patch:8.0.0348: using shadow dir on Mac lack +clipboard vim-patch:8.0.0356: leaking memory when setting 'ttytype' vim-patch:8.0.0362: tests fail on MS-Windows vim-patch:8.0.0371: leaking memory when setting v:completed_item vim-patch:8.0.0375: the "+ register is not tested vim-patch:8.0.0382: warning in tiny build for unused variable vim-patch:8.0.0383: misplaced vim/vim#ifdef vim-patch:8.0.0384: timer test failed for no apparent reason vim-patch:8.0.0403: GUI tests may fail vim-patch:8.0.0409: set_progpath is defined but not always used vim-patch:8.0.0415: balloon test fails on MS-Windows vim-patch:8.0.0416: setting v:progpath is not quite right vim-patch:8.0.0419: test for v:progpath fails on MS-Windows vim-patch:8.0.0438: vim-patch:8.0.0441: dead code in vim/vim#ifdef vim-patch:8.0.0447: getting font name does not work on X11 vim-patch:8.0.0450: v:progpath is not reliably set vim-patch:8.0.0456: typo in MinGW test makefile vim-patch:8.0.0460: can't build on HPUX vim-patch:8.0.0463: side effects from resetting 'compatible' in defaults.vim vim-patch:8.0.0464: can't find executable name on Solaris and FreeBSD vim-patch 8.0.0809: MS-Windows: tests hang vim-patch 8.0.0810: MS-Windows: tests still hang vim-patch 8.0.0811: MS-Windows: test_expand_dllpath fails vim-patch:8.0.0881: win32.mak no longer included in Windows SDK vim-patch:8.0.0925: MS-Windows GUI: channel I/O not handled right away vim-patch:8.0.1121: can uncheck executables in MS-Windows installer vim-patch:8.0.1141: MS-Windows build dependencies are incomplete vim-patch:8.0.1150: MS-Windows GUI: dialog font size is incorrect vim-patch:8.0.1180: MS-Windows testclean target deletes the color script vim-patch:8.0.1181: tests using Vim command fail on MS-Windows vim-patch:8.0.1191: MS-Windows: missing 32 and 64 bit files in installer vim-patch:8.0.1197: MS-Windows build instructions are not up to date vim-patch:8.0.1234: MS-Windows: composing chars are not shown properly vim-patch:8.0.1472: MS-Windows: nsis installer is a bit slow --- src/nvim/version.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 77ae849d2e..779fd57a54 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -205,7 +205,7 @@ static const int included_patches[] = { // 1437, // 1436, 1435, - // 1434, + 1434, // 1433, // 1432, // 1431, @@ -354,11 +354,11 @@ static const int included_patches[] = { // 1288, // 1287, // 1286, - // 1285, - // 1284, - // 1283, - // 1282, - // 1281, + 1285, + 1284, + 1283, + 1282, + 1281, // 1280, // 1279, // 1278, @@ -938,7 +938,7 @@ static const int included_patches[] = { // 704, 703, // 702, - // 701, + 701, 700, 699, // 698, @@ -1004,7 +1004,7 @@ static const int included_patches[] = { // 638, // 637, // 636, - // 635, + 635, 634, // 633, // 632, @@ -1075,7 +1075,7 @@ static const int included_patches[] = { // 567, // 566, 565, - // 564, + 564, // 563, // 562, 561, @@ -1126,7 +1126,7 @@ static const int included_patches[] = { // 516, // 515, // 514, - // 513, + 513, // 512, // 511, // 510, @@ -1222,7 +1222,7 @@ static const int included_patches[] = { 420, // 419, // 418, - // 417, + 417, // 416, // 415, // 414, @@ -1252,7 +1252,7 @@ static const int included_patches[] = { 390, 389, 388, - // 387, + 387, // 386, 385, // 384, @@ -1282,7 +1282,7 @@ static const int included_patches[] = { 360, 359, 358, - // 357, + 357, // 356, // 355, // 354, @@ -1295,7 +1295,7 @@ static const int included_patches[] = { 347, // 346, 345, - // 344, + 344, 343, // 342, 341, @@ -1323,7 +1323,7 @@ static const int included_patches[] = { 319, // 318, // 317, - // 316, + 316, 315, 314, // 313, @@ -1376,8 +1376,8 @@ static const int included_patches[] = { 266, // 265, // 264, - // 263, - // 262, + 263, + 262, // 261, 260, 259, @@ -1432,7 +1432,7 @@ static const int included_patches[] = { // 210, 209, 208, - // 207, + 207, 206, 205, 204, @@ -1442,7 +1442,7 @@ static const int included_patches[] = { 200, 199, 198, - // 197, + 197, 196, 195, 194, @@ -1455,7 +1455,7 @@ static const int included_patches[] = { 187, 186, 185, - // 184, + 184, 183, 182, 181, -- cgit