mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
Use stdbool in os module
This commit is contained in:
@@ -1039,7 +1039,7 @@ int flags; /* EW_* flags */
|
||||
int i;
|
||||
size_t len;
|
||||
char_u *p;
|
||||
int dir;
|
||||
bool dir;
|
||||
char_u *extra_shell_arg = NULL;
|
||||
ShellOpts shellopts = kShellOptExpand | kShellOptSilent;
|
||||
/*
|
||||
|
Reference in New Issue
Block a user