summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-13 13:12:06 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-13 13:12:06 +0200
commitae61bcf0abf46aa5152acaa162cfbaa9fc6001d0 (patch)
treeee853a168fa3129c35cca1410037dee5f6b3d0de /src/version.c
parent0387e653c8a85786d7427cee8a0a233a03106fa5 (diff)
downloadvim-git-ae61bcf0abf46aa5152acaa162cfbaa9fc6001d0.tar.gz
updated for version 7.2.417v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a20d10235..1f1263b68 100644
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 417,
+/**/
416,
/**/
415,