summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-11-25 16:14:45 +0000
committervimboss <devnull@localhost>2009-11-25 16:14:45 +0000
commit6d09f12c5b9638d0204a20e5044ba1ae93108c49 (patch)
tree2af4eb3dc35c5870c13ecb3ee41c5f68e613417c
parent89e3cc8593ff405f748c642d16ca13b47676918e (diff)
downloadvim-6d09f12c5b9638d0204a20e5044ba1ae93108c49.tar.gz
updated for version 7.2-306v7.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 ec3849f5..e157aae9 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 7efd4361..24d73f42 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,