commit | 8455c5ed31c9cb2919f5e62693bab6b09bf60df2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:22:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:22:30 2020 +0200 |
tree | 59fba9fb637e0cd0af7dca52b3788da4edc08480 | |
parent | 1f22cc5cdb2da867d6bbf54dd371f279c38a2f56 [diff] [blame] |
patch 8.2.1211: removed more than dead code Problem: Removed more than dead code. Solution: Put back the decrement.
diff --git a/src/move.c b/src/move.c index ec1ad38..767134f 100644 --- a/src/move.c +++ b/src/move.c
@@ -2681,6 +2681,7 @@ if (curwin->w_topfill > 0) { i = 1; + --n; --curwin->w_topfill; } else