diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-11-25 16:14:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-11-25 16:14:45 +0000 |
commit | 099d01d4a7187eb14af30d6182e552e64a302df1 (patch) | |
tree | 2af4eb3dc35c5870c13ecb3ee41c5f68e613417c /src/misc2.c | |
parent | 19f990e497d73b727a68cebec9c094a9b25c4499 (diff) | |
download | vim-099d01d4a7187eb14af30d6182e552e64a302df1.zip |
updated for version 7.2-306
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 1 |
1 files changed, 1 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); |