diff options
-rw-r--r-- | src/getchar.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/getchar.c b/src/getchar.c index 27b19b7940..93f896e1c3 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -1938,10 +1938,8 @@ 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; |