commit | ae61bcf0abf46aa5152acaa162cfbaa9fc6001d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 13 13:12:06 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 13 13:12:06 2010 +0200 |
tree | ee853a168fa3129c35cca1410037dee5f6b3d0de | |
parent | 0387e653c8a85786d7427cee8a0a233a03106fa5 [diff] [blame] |
updated for version 7.2.417 Problem: When 'shell' has an argument with a slash then 'shellpipe' is not set properly. (Britton Kerin) Solution: Assume there are no spaces in the path, arguments follow.
diff --git a/src/version.c b/src/version.c index a20d102..1f1263b 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 417, +/**/ 416, /**/ 415,