]> granicus.if.org Git - vim/commitdiff
patch 8.0.0013 v8.0.0013
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2016 20:27:37 +0000 (22:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Sep 2016 20:27:37 +0000 (22:27 +0200)
Problem:    Missing comma in list.
Solution:   Add the comma.

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

index a3b5ea9c285137e832031ec6dd95d91f72cddf54..c4cb8473245d9221d72588abea08643e302aca2a 100644 (file)
@@ -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()'
       \ ]
 
index 695c281acbc5d666aa34ebd158064fd40d9ece45..0fe28ca27dfbbc81241cb389543511d7711653f8 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    13,
 /**/
     12,
 /**/