summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-11-25 16:14:45 +0000
committerBram Moolenaar <Bram@vim.org>2009-11-25 16:14:45 +0000
commit099d01d4a7187eb14af30d6182e552e64a302df1 (patch)
tree2af4eb3dc35c5870c13ecb3ee41c5f68e613417c
parent19f990e497d73b727a68cebec9c094a9b25c4499 (diff)
downloadvim-git-099d01d4a7187eb14af30d6182e552e64a302df1.tar.gz
updated for version 7.2-306v7.2.306
-rw-r--r--src/misc2.c1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c
index ec3849f5c..e157aae9e 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1390,6 +1390,7 @@ vim_strsave_shellescape(string, do_special)
*d++ = '\\'; /* insert backslash */
while (--l >= 0) /* copy the var */
*d++ = *p++;
+ continue;
}
MB_COPY_CHAR(p, d);
diff --git a/src/version.c b/src/version.c
index 7efd43611..24d73f422 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 */
/**/
+ 306,
+/**/
305,
/**/
304,