mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.0021
This commit is contained in:
@@ -1550,8 +1550,13 @@ scrollup_clamp()
|
||||
if (curwin->w_topfill > 0)
|
||||
--curwin->w_topfill;
|
||||
else
|
||||
#endif
|
||||
{
|
||||
#ifdef FEAT_FOLDING
|
||||
(void)hasFolding(curwin->w_topline, NULL, &curwin->w_topline);
|
||||
#endif
|
||||
++curwin->w_topline;
|
||||
}
|
||||
++curwin->w_botline; /* approximate w_botline */
|
||||
curwin->w_valid &= ~(VALID_WROW|VALID_CROW|VALID_BOTLINE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user