]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-306 v7.2.306
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Nov 2009 16:14:45 +0000 (16:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Nov 2009 16:14:45 +0000 (16:14 +0000)
src/misc2.c
src/version.c

index ec3849f5c41bef997a43f76c2a55cbf8b015c004..e157aae9e50435686c9dcb8784446a1a7b980925 100644 (file)
@@ -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);
index 7efd436119c695b3268b24f0b75c31f2d90fadb7..24d73f422b5f61b3999fbcbf464a7a172ae6d695 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    306,
 /**/
     305,
 /**/