mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove #ifdef FEAT_WINDOWS from vim-patch:7.4.181
This commit is contained in:
parent
e3ba6d97ff
commit
10f899e8e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user