mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
refactor: use bool
to represent boolean values
This commit is contained in:
@@ -2757,7 +2757,7 @@ void ex_finish(exarg_T *eap)
|
||||
/// Mark a sourced file as finished. Possibly makes the ":finish" pending.
|
||||
/// Also called for a pending finish at the ":endtry" or after returning from
|
||||
/// an extra do_cmdline(). "reanimate" is used in the latter case.
|
||||
void do_finish(exarg_T *eap, int reanimate)
|
||||
void do_finish(exarg_T *eap, bool reanimate)
|
||||
{
|
||||
if (reanimate) {
|
||||
((struct source_cookie *)getline_cookie(eap->getline,
|
||||
|
Reference in New Issue
Block a user