Macro cleanup: USE_ON_FLY_SCROLL

This commit is contained in:
Michael Reed
2015-02-17 23:16:06 -05:00
committed by Justin M. Keyes
parent 49e7164165
commit 4d7b31fd61
9 changed files with 0 additions and 51 deletions

View File

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