diff options
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings.c b/src/strings.c index 0c9e20d17..d2d37d80f 100644 --- a/src/strings.c +++ b/src/strings.c @@ -281,6 +281,7 @@ vim_strsave_shellescape(char_u *string, int do_special, int do_newline) { *d++ = '\\'; *d++ = *p++; + continue; } MB_COPY_CHAR(p, d); |