mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00
Remove #ifdef FEAT_WINDOWS from vim-patch:7.4.181
This commit is contained in:
@@ -1938,10 +1938,8 @@ static int vgetorpeek(int advance)
|
|||||||
msg_row = Rows - 1;
|
msg_row = Rows - 1;
|
||||||
msg_clr_eos(); /* clear ruler */
|
msg_clr_eos(); /* clear ruler */
|
||||||
}
|
}
|
||||||
#ifdef FEAT_WINDOWS
|
|
||||||
status_redraw_all();
|
status_redraw_all();
|
||||||
redraw_statuslines();
|
redraw_statuslines();
|
||||||
#endif
|
|
||||||
showmode();
|
showmode();
|
||||||
setcursor();
|
setcursor();
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user