mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08: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
@@ -1752,7 +1752,7 @@ static int has_compl_option(int dict_opt)
|
||||
vim_beep();
|
||||
setcursor();
|
||||
out_flush();
|
||||
ui_delay(2000L, FALSE);
|
||||
ui_delay(2000L, false);
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user