mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Use stdbool in os module
This commit is contained in:
@@ -1208,7 +1208,7 @@ addfile (
|
||||
)
|
||||
{
|
||||
char_u *p;
|
||||
int isdir;
|
||||
bool isdir;
|
||||
|
||||
/* if the file/dir doesn't exist, may not add it */
|
||||
if (!(flags & EW_NOTFOUND) && !os_file_exists(f))
|
||||
|
Reference in New Issue
Block a user