mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
Macro cleanup: USE_ON_FLY_SCROLL
This commit is contained in:

committed by
Justin M. Keyes

parent
49e7164165
commit
4d7b31fd61
@@ -834,9 +834,6 @@ EXTERN int ctrl_x_mode INIT(= 0); /* Which Ctrl-X mode are we in? */
|
||||
|
||||
EXTERN int no_abbr INIT(= TRUE); /* TRUE when no abbreviations loaded */
|
||||
|
||||
#ifdef USE_ON_FLY_SCROLL
|
||||
EXTERN int dont_scroll INIT(= FALSE); /* don't use scrollbars when TRUE */
|
||||
#endif
|
||||
EXTERN int mapped_ctrl_c INIT(= FALSE); /* CTRL-C is mapped */
|
||||
|
||||
EXTERN cmdmod_T cmdmod; /* Ex command modifiers */
|
||||
|
Reference in New Issue
Block a user