refactor: convert TRUE/FALSE to true/false (#15660)

This commit is contained in:
dundargoc
2021-09-18 00:24:39 +02:00
committed by GitHub
parent ede5695eb1
commit 1f49268c46
8 changed files with 49 additions and 56 deletions

View File

@@ -5546,7 +5546,7 @@ char_u * file_pat_to_reg_pat(const char_u *pat, const char_u *pat_end, char *all
char_u *reg_pat;
const char_u *p;
int nested = 0;
int add_dollar = TRUE;
bool add_dollar = true;
if (allow_dirs != NULL) {
*allow_dirs = FALSE;