mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
Replace int with bool in some files. #654
This commit is contained in:

committed by
Justin M. Keyes

parent
3cf435af36
commit
ef34a0ab13
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user