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

committed by
Justin M. Keyes

parent
3cf435af36
commit
ef34a0ab13
@@ -6080,7 +6080,7 @@ void check_for_delay(int check_msg_scroll)
|
||||
&& !did_wait_return
|
||||
&& emsg_silent == 0) {
|
||||
out_flush();
|
||||
ui_delay(1000L, TRUE);
|
||||
ui_delay(1000L, true);
|
||||
emsg_on_display = FALSE;
|
||||
if (check_msg_scroll)
|
||||
msg_scroll = FALSE;
|
||||
|
Reference in New Issue
Block a user