mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
refactor: use bool
to represent boolean values
This commit is contained in:
@@ -6212,7 +6212,7 @@ static void ex_redir(exarg_T *eap)
|
||||
semsg(_(e_invarg2), eap->arg);
|
||||
}
|
||||
} else if (*arg == '=' && arg[1] == '>') {
|
||||
int append;
|
||||
bool append;
|
||||
|
||||
// redirect to a variable
|
||||
close_redir();
|
||||
|
Reference in New Issue
Block a user