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

committed by
Justin M. Keyes

parent
3cf435af36
commit
ef34a0ab13
@@ -7604,7 +7604,7 @@ static void highlight_list_two(int cnt, int attr)
|
||||
msg_puts_attr((char_u *)&("N \bI \b! \b"[cnt / 11]), attr);
|
||||
msg_clr_eos();
|
||||
out_flush();
|
||||
ui_delay(cnt == 99 ? 40L : (long)cnt * 50L, FALSE);
|
||||
ui_delay(cnt == 99 ? 40L : (long)cnt * 50L, false);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user