forked from aniani/vim
patch 8.0.0013
Problem: Missing comma in list. Solution: Add the comma.
This commit is contained in:
parent
3e496b0ea3
commit
c79d6aa01d
@ -148,7 +148,7 @@ let s:flaky = [
|
|||||||
\ 'Test_reltime()',
|
\ 'Test_reltime()',
|
||||||
\ 'Test_nb_basic()',
|
\ 'Test_nb_basic()',
|
||||||
\ 'Test_communicate()',
|
\ 'Test_communicate()',
|
||||||
\ 'Test_pipe_through_sort_all()'
|
\ 'Test_pipe_through_sort_all()',
|
||||||
\ 'Test_pipe_through_sort_some()'
|
\ 'Test_pipe_through_sort_some()'
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
|
@ -764,6 +764,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
13,
|
||||||
/**/
|
/**/
|
||||||
12,
|
12,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user