diff options
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r-- | src/nvim/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c index c125b726c4..1cea6e759e 100644 --- a/src/nvim/diff.c +++ b/src/nvim/diff.c @@ -1762,7 +1762,7 @@ void diff_set_topline(win_T *fromwin, win_T *towin) invalidate_botline_win(towin); changed_line_abv_curs_win(towin); - check_topfill(towin, FALSE); + check_topfill(towin, false); (void)hasFoldingWin(towin, towin->w_topline, &towin->w_topline, NULL, TRUE, NULL); } |