From 4d7b31fd61695e7a1be2b662fe729a81112ef89b Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 17 Feb 2015 23:16:06 -0500 Subject: Macro cleanup: USE_ON_FLY_SCROLL --- src/nvim/message.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/nvim/message.c') 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. */ -- cgit