]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-303 v7.1.303
authorBram Moolenaar <Bram@vim.org>
Thu, 29 May 2008 13:36:10 +0000 (13:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 29 May 2008 13:36:10 +0000 (13:36 +0000)
src/ex_getln.c
src/version.c

index 213f2d61c2d4f696aef85e7c63c722db0c3286bf..928fe2075a5a7271c95b7f43dc1c21d20babea0d 100644 (file)
@@ -3711,6 +3711,7 @@ vim_strsave_fnameescape(fname, shell)
 #ifdef BACKSLASH_IN_FILENAME
     char_u     buf[20];
     int                j = 0;
+    char_u     *p;
 
     /* Don't escape '[' and '{' if they are in 'isfname'. */
     for (p = PATH_ESC_CHARS; *p != NUL; ++p)
index 7383764b7ad98a3beaf832a9736d15f0446082f8..6a475e674772ab12d11c99e39a71ad56f1fa9e61 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    303,
 /**/
     302,
 /**/