diff --git a/src/misc2.c b/src/misc2.c index ec3849f5c4..e157aae9e5 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 7efd436119..24d73f422b 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 306, /**/ 305, /**/