summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 8ddaa398b7..cc30f9412c 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -406,7 +406,7 @@ read_readbuf(buf, advance)
}
/*
- * Prepare the read buffers for reading (if they contains something).
+ * Prepare the read buffers for reading (if they contain something).
*/
static void
start_stuff()
@@ -2302,6 +2302,10 @@ vgetorpeek(advance)
msg_row = Rows - 1;
msg_clr_eos(); /* clear ruler */
}
+#ifdef FEAT_WINDOWS
+ status_redraw_all();
+ redraw_statuslines();
+#endif
showmode();
setcursor();
continue;