mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1211: removed more than dead code
Problem: Removed more than dead code. Solution: Put back the decrement.
This commit is contained in:
@@ -2681,6 +2681,7 @@ halfpage(int flag, linenr_T Prenum)
|
||||
if (curwin->w_topfill > 0)
|
||||
{
|
||||
i = 1;
|
||||
--n;
|
||||
--curwin->w_topfill;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user