We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8950a56 commit 1adda34Copy full SHA for 1adda34
2 files changed
src/testdir/test_channel.vim
@@ -492,7 +492,7 @@ func Test_nl_pipe()
492
return
493
endif
494
call ch_log('Test_nl_pipe()')
495
- let job = job_start(s:python . " test_channel_pipe.py")
+ let job = job_start([s:python, "test_channel_pipe.py"])
496
call assert_equal("run", job_status(job))
497
try
498
let handle = job_getchannel(job)
src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
743
744
static int included_patches[] =
745
{ /* Add new patch number below this line */
746
+/**/
747
+ 1542,
748
/**/
749
1541,
750
0 commit comments