mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
refactor: convert TRUE/FALSE to true/false (#15660)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user