We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac275c7 commit f6787adCopy full SHA for f6787ad
src/ex_docmd.c
@@ -8981,6 +8981,9 @@ ex_redraw(eap)
8981
msg_didout = FALSE;
8982
msg_col = 0;
8983
8984
+ /* No need to wait after an intentional redraw. */
8985
+ need_wait_return = FALSE;
8986
+
8987
out_flush();
8988
}
8989
src/version.c
@@ -727,6 +727,8 @@ static char *(features[]) =
727
728
static int included_patches[] =
729
{ /* Add new patch number below this line */
730
+/**/
731
+ 25,
732
/**/
733
24,
734
0 commit comments