diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-02-17 23:16:06 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-05 19:03:36 -0500 |
commit | 4d7b31fd61695e7a1be2b662fe729a81112ef89b (patch) | |
tree | 51ed30b51c4de241b0e0543707591a83f6275883 /src/nvim/message.c | |
parent | 49e71641650d07c2cda7756e3a8b88e6ec42c1d8 (diff) | |
download | rneovim-4d7b31fd61695e7a1be2b662fe729a81112ef89b.tar.gz rneovim-4d7b31fd61695e7a1be2b662fe729a81112ef89b.tar.bz2 rneovim-4d7b31fd61695e7a1be2b662fe729a81112ef89b.zip |
Macro cleanup: USE_ON_FLY_SCROLL
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r-- | src/nvim/message.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c index 27619fcc5d..3a68de8881 100644 --- a/src/nvim/message.c +++ b/src/nvim/message.c @@ -794,9 +794,6 @@ void wait_return(int redraw) State = HITRETURN; setmouse(); -#ifdef USE_ON_FLY_SCROLL - dont_scroll = TRUE; /* disallow scrolling here */ -#endif /* Avoid the sequence that the user types ":" at the hit-return prompt * to start an Ex command, but the file-changed dialog gets in the * way. */ |