diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-15 21:56:54 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-15 21:56:54 +0100 |
commit | d807036d10615b960c814ef3890ecad335b57f56 (patch) | |
tree | f0c67f0c29bf707ec8a0f3bddcd346139b165674 /src/version.c | |
parent | a971df849f92e32e18ce475fdb47ad9ea2aa47f3 (diff) | |
download | vim-git-d807036d10615b960c814ef3890ecad335b57f56.tar.gz |
patch 7.4.1324v7.4.1324
Problem: Channels with pipes don't work on MS-Windows.
Solution: Add pipe I/O support. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1718b4463..f2887c9a4 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1324, +/**/ 1323, /**/ 1322, |