mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28: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
@@ -4966,7 +4966,7 @@ buf_check_timestamp (
|
||||
if (emsg_silent == 0) {
|
||||
out_flush();
|
||||
/* give the user some time to think about it */
|
||||
ui_delay(1000L, TRUE);
|
||||
ui_delay(1000L, true);
|
||||
|
||||
/* don't redraw and erase the message */
|
||||
redraw_cmdline = FALSE;
|
||||
|
Reference in New Issue
Block a user