mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
refactor: replace TRUE/FALSE with true/false
This commit is contained in:
@@ -3575,9 +3575,10 @@ static char *findswapname(buf_T *buf, char **dirp, char *old_fname,
|
||||
}
|
||||
} else {
|
||||
MSG_PUTS("\n");
|
||||
if (msg_silent == 0)
|
||||
/* call wait_return() later */
|
||||
need_wait_return = TRUE;
|
||||
if (msg_silent == 0) {
|
||||
// call wait_return() later
|
||||
need_wait_return = true;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user