diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-09-25 22:27:37 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-09-25 22:27:37 +0200 |
| commit | c79d6aa01d86cd98cffddc80825c1c600e833bbf (patch) | |
| tree | c1766eebeab445ffaa60e758545384755caec0ac /src/testdir | |
| parent | 3e496b0ea31996b665824f45664dee1fdd73c4d0 (diff) | |
| download | vim-git-c79d6aa01d86cd98cffddc80825c1c600e833bbf.tar.gz | |
patch 8.0.0013v8.0.0013
Problem: Missing comma in list.
Solution: Add the comma.
Diffstat (limited to 'src/testdir')
| -rw-r--r-- | src/testdir/runtest.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index a3b5ea9c2..c4cb84732 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -148,7 +148,7 @@ let s:flaky = [ \ 'Test_reltime()', \ 'Test_nb_basic()', \ 'Test_communicate()', - \ 'Test_pipe_through_sort_all()' + \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()' \ ] |
