Remove #ifdef FEAT_WINDOWS from vim-patch:7.4.181

This commit is contained in:
Hinidu 2014-04-08 07:35:57 +03:00 committed by Thiago de Arruda
parent e3ba6d97ff
commit 10f899e8e7

View File

@ -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;