diff options
Diffstat (limited to 'src/getchar.c')
-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 f22242769..179b2f3e0 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -2290,10 +2290,8 @@ vgetorpeek(int advance) msg_row = Rows - 1; msg_clr_eos(); /* clear ruler */ } -#ifdef FEAT_WINDOWS status_redraw_all(); redraw_statuslines(); -#endif showmode(); setcursor(); continue; |