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

committed by
Justin M. Keyes

parent
3cf435af36
commit
ef34a0ab13
@@ -14667,7 +14667,7 @@ static void f_winrestview(typval_T *argvars, typval_T *rettv)
|
||||
curwin->w_topline = 1;
|
||||
if (curwin->w_topline > curbuf->b_ml.ml_line_count)
|
||||
curwin->w_topline = curbuf->b_ml.ml_line_count;
|
||||
check_topfill(curwin, TRUE);
|
||||
check_topfill(curwin, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user