]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-302 v7.1.302
authorBram Moolenaar <Bram@vim.org>
Wed, 28 May 2008 20:02:48 +0000 (20:02 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 May 2008 20:02:48 +0000 (20:02 +0000)
src/ex_getln.c
src/version.c

index b575e29983acf22fb2b0ef17106c2a12e8a8e171..213f2d61c2d4f696aef85e7c63c722db0c3286bf 100644 (file)
@@ -3656,7 +3656,11 @@ ExpandEscape(xp, str, numfiles, files, options)
 #endif
                    }
                }
+#ifdef BACKSLASH_IN_FILENAME
+               p = vim_strsave_fnameescape(files[i], FALSE);
+#else
                p = vim_strsave_fnameescape(files[i], xp->xp_shell);
+#endif
                if (p != NULL)
                {
                    vim_free(files[i]);
index e7c0d761ed423824291e4e5ba6ca8f702dbd2f89..7383764b7ad98a3beaf832a9736d15f0446082f8 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    302,
 /**/
     301,
 /**/