diff options
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r-- | src/nvim/diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c index 20b40a7864..e7feacd4fb 100644 --- a/src/nvim/diff.c +++ b/src/nvim/diff.c @@ -598,6 +598,7 @@ static void diff_redraw(int dofold) } else if ((n > 0) && (n > wp->w_topfill)) { wp->w_topfill = n; } + check_topfill(wp, FALSE); } } } |