From: Bram Moolenaar Date: Wed, 1 Feb 2017 19:48:13 +0000 (+0100) Subject: patch 8.0.0288: errors reported while running tests X-Git-Tag: v8.0.0288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e032e1b17c92e1bb4b94be7f487d6be725274ac;p=vim patch 8.0.0288: errors reported while running tests Problem: Errors reported while running tests. Solution: Put comma in the right place. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index c2260c7b7..430b89ac2 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -158,7 +158,7 @@ let s:flaky = [ \ 'Test_communicate()', \ 'Test_nb_basic()', \ 'Test_pipe_through_sort_all()', - \ 'Test_pipe_through_sort_some()' + \ 'Test_pipe_through_sort_some()', \ 'Test_reltime()', \ ] diff --git a/src/version.c b/src/version.c index ae1e48e1a..4e041c6a7 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 288, /**/ 287, /**/