Merge pull request #13595 from teto/fix-filler

de curwinify some functions
This commit is contained in:
Björn Linse
2020-12-24 22:43:27 +01:00
committed by GitHub
14 changed files with 345 additions and 331 deletions

View File

@@ -539,7 +539,7 @@ int main(int argc, char **argv)
// When a startup script or session file setup for diff'ing and
// scrollbind, sync the scrollbind now.
if (curwin->w_p_diff && curwin->w_p_scb) {
update_topline();
update_topline(curwin);
check_scrollbind((linenr_T)0, 0L);
TIME_MSG("diff scrollbinding");
}