aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-02-17 23:16:06 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-03-05 19:03:36 -0500
commit4d7b31fd61695e7a1be2b662fe729a81112ef89b (patch)
tree51ed30b51c4de241b0e0543707591a83f6275883 /src/nvim/ex_docmd.c
parent49e71641650d07c2cda7756e3a8b88e6ec42c1d8 (diff)
downloadrneovim-4d7b31fd61695e7a1be2b662fe729a81112ef89b.tar.gz
rneovim-4d7b31fd61695e7a1be2b662fe729a81112ef89b.tar.bz2
rneovim-4d7b31fd61695e7a1be2b662fe729a81112ef89b.zip
Macro cleanup: USE_ON_FLY_SCROLL
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r--src/nvim/ex_docmd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c
index 30a3ec40dd..4e835cc43a 100644
--- a/src/nvim/ex_docmd.c
+++ b/src/nvim/ex_docmd.c
@@ -6607,9 +6607,6 @@ static void ex_at(exarg_T *eap)
curwin->w_cursor.lnum = eap->line2;
-#ifdef USE_ON_FLY_SCROLL
- dont_scroll = TRUE; /* disallow scrolling here */
-#endif
/* get the register name. No name means to use the previous one */
c = *eap->arg;