]> granicus.if.org Git - vim/commitdiff
patch 7.4.1542 v7.4.1542
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Mar 2016 14:39:40 +0000 (15:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Mar 2016 14:39:40 +0000 (15:39 +0100)
Problem:    job_start() with a list is not tested.
Solution:   Call job_start() with a list.

src/testdir/test_channel.vim
src/version.c

index ed62e66465167830322bf966370d68dcea8a9fe2..c9658802d9c539e656e6d11f16e8eb9609a93d04 100644 (file)
@@ -492,7 +492,7 @@ func Test_nl_pipe()
     return
   endif
   call ch_log('Test_nl_pipe()')
-  let job = job_start(s:python . " test_channel_pipe.py")
+  let job = job_start([s:python, "test_channel_pipe.py"])
   call assert_equal("run", job_status(job))
   try
     let handle = job_getchannel(job)
index ed48bb068f34646c9fa88f4e20c5c19fd89d4d51..4812298c8ac2180a7d6ed2358e5802ef6f9cebde 100644 (file)
@@ -743,6 +743,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1542,
 /**/
     1541,
 /**/