From: Bram Moolenaar Date: Thu, 29 May 2008 13:36:10 +0000 (+0000) Subject: updated for version 7.1-303 X-Git-Tag: v7.1.303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59fb5aaacb7da181a33bcc2012b9c9c91b1ed9ec;p=vim updated for version 7.1-303 --- diff --git a/src/ex_getln.c b/src/ex_getln.c index 213f2d61c..928fe2075 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -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) diff --git a/src/version.c b/src/version.c index 7383764b7..6a475e674 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 303, /**/ 302, /**/