mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 13:26:06 +00:00
refactor: use bool
to represent boolean values
This commit is contained in:
@@ -616,7 +616,7 @@ static void list_tab_vars(int *first)
|
||||
/// List variables in "arg".
|
||||
static const char *list_arg_vars(exarg_T *eap, const char *arg, int *first)
|
||||
{
|
||||
int error = false;
|
||||
bool error = false;
|
||||
int len;
|
||||
const char *name;
|
||||
const char *name_start;
|
||||
|
Reference in New Issue
Block a user