diff --git a/src/ex_getln.c b/src/ex_getln.c index bf4999b47e..97f8305aba 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -645,7 +645,11 @@ getcmdline(firstc, count, indent) } else if (ccline.cmdpos > i) cmdline_del(i); + + /* Now complete in the new directory. Set KeyTyped in case the + * Up key came from a mapping. */ c = p_wc; + KeyTyped = TRUE; } } diff --git a/src/version.c b/src/version.c index 767103b951..e2f60f61ca 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 */ +/**/ + 372, /**/ 371, /**/