diff options
Diffstat (limited to 'src/getchar.c')
-rw-r--r-- | src/getchar.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c index 19892b6980..27b19b7940 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -383,7 +383,7 @@ static int read_readbuf(buffheader_T *buf, int 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(void) { @@ -1938,6 +1938,10 @@ static int vgetorpeek(int advance) msg_row = Rows - 1; msg_clr_eos(); /* clear ruler */ } +#ifdef FEAT_WINDOWS + status_redraw_all(); + redraw_statuslines(); +#endif showmode(); setcursor(); continue; |