diff src/move.c @ 21321:1421eca61db9 v8.2.1211

patch 8.2.1211: removed more than dead code Commit: https://github.com/vim/vim/commit/8455c5ed31c9cb2919f5e62693bab6b09bf60df2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 21:22:30 2020 +0200 patch 8.2.1211: removed more than dead code Problem: Removed more than dead code. Solution: Put back the decrement.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 21:30:05 +0200
parents 0abcf69badda
children 3351d2cd3f1f
line wrap: on
line diff
--- a/src/move.c
+++ b/src/move.c
@@ -2681,6 +2681,7 @@ halfpage(int flag, linenr_T Prenum)
 	    if (curwin->w_topfill > 0)
 	    {
 		i = 1;
+		--n;
 		--curwin->w_topfill;
 	    }
 	    else