From edeb846c1f04a49466992077eaea3396838bf4fd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 12 Sep 2016 13:32:02 +0200 Subject: patch 7.4.2367 Problem: Test runner misses a comma. Solution: Add the comma. --- src/testdir/runtest.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 05a105347e..074ee572f3 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 58e9346905..24c67b1e56 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, /**/ -- cgit v1.2.3