# HG changeset patch # User vimboss # Date 1212068170 0 # Node ID fe3ec5ea62f76a623c95a2a4bcc0d396c83488bf # Parent 3a6ba07b3b9fa89e94e002d44f57f5378eb59f08 updated for version 7.1-303 diff --git a/src/ex_getln.c b/src/ex_getln.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 303, +/**/ 302, /**/ 301,