commit | c79d6aa01d86cd98cffddc80825c1c600e833bbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:27:37 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:27:37 2016 +0200 |
tree | c1766eebeab445ffaa60e758545384755caec0ac | |
parent | 3e496b0ea31996b665824f45664dee1fdd73c4d0 [diff] |
patch 8.0.0013 Problem: Missing comma in list. Solution: Add the comma.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index a3b5ea9..c4cb847 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim
@@ -148,7 +148,7 @@ \ 'Test_reltime()', \ 'Test_nb_basic()', \ 'Test_communicate()', - \ 'Test_pipe_through_sort_all()' + \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()' \ ]