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/version.c b/src/version.c index 1718b44..f2887c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1324, +/**/ 1323, /**/ 1322,