diff --git a/src/ex_getln.c b/src/ex_getln.c index da03a0494f..97c122da76 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -2870,6 +2870,7 @@ put_on_cmdline(str, len, redraw) { msg_no_more = TRUE; i = cmdline_row; + cursorcmd(); draw_cmdline(ccline.cmdpos, ccline.cmdlen - ccline.cmdpos); /* Avoid clearing the rest of the line too often. */ if (cmdline_row != i || ccline.overstrike) diff --git a/src/version.c b/src/version.c index cca3eada8b..3aa358f572 100644 --- a/src/version.c +++ b/src/version.c @@ -709,6 +709,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 328, /**/ 327, /**/