diff options
-rw-r--r-- | src/ex_getln.c | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
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 @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 303, +/**/ 302, /**/ 301, |