mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.0013
Problem: Missing comma in list. Solution: Add the comma.
This commit is contained in:
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user