diff --git a/src/ex_getln.c b/src/ex_getln.c index ff1b3eb7b..fa1ea991b 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -977,7 +977,7 @@ cmdline_wildchar_complete( p_wmnu = 0; // remove match - nextwild(xp, WILD_PREV, 0 | (options & ~WIM_NOSELECT), escape); + nextwild(xp, WILD_PREV, options, escape); p_wmnu = p_wmnu_save; } (void)showmatches(xp, p_wmnu diff --git a/src/version.c b/src/version.c index 29ea4beef..190528b9d 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1168, /**/ 1167, /**/