diff --git a/src/ex_getln.c b/src/ex_getln.c index 213f2d61c2..928fe2075a 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 7383764b7a..6a475e6747 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, /**/