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/ex_docmd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/nvim/ex_docmd.c') 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; -- cgit