From 10f899e8e716a7d3c484cf295b962869b7dc3bb6 Mon Sep 17 00:00:00 2001 From: Hinidu Date: Tue, 8 Apr 2014 07:35:57 +0300 Subject: [PATCH] Remove #ifdef FEAT_WINDOWS from vim-patch:7.4.181 --- src/getchar.c | 2 -- 1 file changed, 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;