commit | d807036d10615b960c814ef3890ecad335b57f56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 21:56:54 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 21:56:54 2016 +0100 |
tree | f0c67f0c29bf707ec8a0f3bddcd346139b165674 | |
parent | a971df849f92e32e18ce475fdb47ad9ea2aa47f3 [diff] [blame] |
patch 7.4.1324 Problem: Channels with pipes don't work on MS-Windows. Solution: Add pipe I/O support. (Yasuhiro Matsumoto)
diff --git a/src/testdir/test_channel.vim b/src/testdir/test_channel.vim index 5b78121..339db45 100644 --- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim
@@ -280,7 +280,7 @@ endfunc func Test_pipe() - if !has('job') || !has('unix') + if !has('job') return endif let job = job_start("python test_channel_pipe.py")