From: Bram Moolenaar Date: Mon, 12 Sep 2016 11:32:02 +0000 (+0200) Subject: patch 7.4.2367 X-Git-Tag: v7.4.2367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edeb846c1f04a49466992077eaea3396838bf4fd;p=vim patch 7.4.2367 Problem: Test runner misses a comma. Solution: Add the comma. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 05a105347..074ee572f 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -147,7 +147,7 @@ endif let s:flaky = [ \ 'Test_reltime()', \ 'Test_nb_basic()', - \ 'Test_communicate()' + \ 'Test_communicate()', \ 'Test_pipe_through_sort_some()' \ ] diff --git a/src/version.c b/src/version.c index 58e934690..24c67b1e5 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2367, /**/ 2366, /**/