refactor: replace TRUE/FALSE with true/false

This commit is contained in:
Dundar Göc
2021-07-26 22:17:23 +02:00
parent c642f3ac27
commit 94120d2fd5
18 changed files with 177 additions and 170 deletions

View File

@@ -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;
}
}
}