]> granicus.if.org Git - vim/commitdiff
patch 7.4.2367 v7.4.2367
authorBram Moolenaar <Bram@vim.org>
Mon, 12 Sep 2016 11:32:02 +0000 (13:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 12 Sep 2016 11:32:02 +0000 (13:32 +0200)
Problem:    Test runner misses a comma.
Solution:   Add the comma.

src/testdir/runtest.vim
src/version.c

index 05a105347e33a0dfd38caba3cb10b6d23dd6a6bf..074ee572f3a12f01321747b1eddb13def310e462 100644 (file)
@@ -147,7 +147,7 @@ endif
 let s:flaky = [
       \ 'Test_reltime()',
       \ 'Test_nb_basic()',
-      \ 'Test_communicate()'
+      \ 'Test_communicate()',
       \ 'Test_pipe_through_sort_some()'
       \ ]
 
index 58e93469058ab8c179b0fc597a3ebc43262741aa..24c67b1e569941f4d97ed641934b31c980e29bbd 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2367,
 /**/
     2366,
 /**/