diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 37e46fc461..1fead39481 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -8981,6 +8981,9 @@ ex_redraw(eap) msg_didout = FALSE; msg_col = 0; + /* No need to wait after an intentional redraw. */ + need_wait_return = FALSE; + out_flush(); } diff --git a/src/version.c b/src/version.c index d8c9cc271d..558649b82f 100644 --- a/src/version.c +++ b/src/version.c @@ -727,6 +727,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 25, /**/ 24, /**/