Skip to content

Commit edeb846

Browse files
committed
patch 7.4.2367
Problem: Test runner misses a comma. Solution: Add the comma.
1 parent 100f277 commit edeb846

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ endif
147147
let s:flaky = [
148148
\ 'Test_reltime()',
149149
\ 'Test_nb_basic()',
150-
\ 'Test_communicate()'
150+
\ 'Test_communicate()',
151151
\ 'Test_pipe_through_sort_some()'
152152
\ ]
153153

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2367,
766768
/**/
767769
2366,
768770
/**/

0 commit comments

Comments
 (0)