mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00
Macro cleanup: USE_ON_FLY_SCROLL
This commit is contained in:

committed by
Justin M. Keyes

parent
49e7164165
commit
4d7b31fd61
@@ -3949,9 +3949,6 @@ void do_sub(exarg_T *eap)
|
||||
ui_cursor_goto(msg_row, msg_col);
|
||||
RedrawingDisabled = temp;
|
||||
|
||||
#ifdef USE_ON_FLY_SCROLL
|
||||
dont_scroll = FALSE; /* allow scrolling here */
|
||||
#endif
|
||||
++no_mapping; /* don't map this key */
|
||||
++allow_keys; /* allow special keys */
|
||||
typed = plain_vgetc();
|
||||
|
Reference in New Issue
Block a user