commit | 4b9669f1dc0b1f30a378624810ca144b9ca49a8e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 16:20:52 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 16:20:52 2011 +0200 |
tree | 0ece3d6ce68a283ebb37ccf0334a8a37c510e53c | |
parent | 03a807aaf45e5f85a10cd3b0c4e4913d170f8f5a [diff] [blame] |
updated for version 7.3.240 Problem: External commands can't use pipes on MS-Windows. Solution: Implement pipes and use them when 'shelltemp' isn't set. (Vincent Berthoux)
diff --git a/src/version.c b/src/version.c index 8af816c..2104c0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 240, +/**/ 239, /**/ 238,