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/window.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/window.c')
-rw-r--r-- | src/nvim/window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c index 1e8de3ce4f..8b6f925928 100644 --- a/src/nvim/window.c +++ b/src/nvim/window.c @@ -441,9 +441,6 @@ wingotofile: case 'g': case Ctrl_G: CHECK_CMDWIN -#ifdef USE_ON_FLY_SCROLL - dont_scroll = TRUE; /* disallow scrolling here */ -#endif ++ no_mapping; ++allow_keys; /* no mapping for xchar, but allow key codes */ if (xchar == NUL) |