diff --git a/src/ex_getln.c b/src/ex_getln.c index 66d2ec44ab..ed45f5716f 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -3702,6 +3702,7 @@ ExpandEscape(xp, str, numfiles, files, options) if (options & WILD_ESCAPE) { if (xp->xp_context == EXPAND_FILES + || xp->xp_context == EXPAND_FILES_IN_PATH || xp->xp_context == EXPAND_SHELLCMD || xp->xp_context == EXPAND_BUFFERS || xp->xp_context == EXPAND_DIRECTORIES) diff --git a/src/version.c b/src/version.c index 8fb7cf3539..0bc4b7f736 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 165, /**/ 164, /**/