Skip to content

Commit c79d6aa

Browse files
committed
patch 8.0.0013
Problem: Missing comma in list. Solution: Add the comma.
1 parent 3e496b0 commit c79d6aa

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
@@ -148,7 +148,7 @@ let s:flaky = [
148148
\ 'Test_reltime()',
149149
\ 'Test_nb_basic()',
150150
\ 'Test_communicate()',
151-
\ 'Test_pipe_through_sort_all()'
151+
\ 'Test_pipe_through_sort_all()',
152152
\ 'Test_pipe_through_sort_some()'
153153
\ ]
154154

src/version.c

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

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
13,
767769
/**/
768770
12,
769771
/**/

0 commit comments

Comments
 (0)