aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/regexp_defs.h')
-rw-r--r--src/nvim/regexp_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/regexp_defs.h b/src/nvim/regexp_defs.h
index 8aa89d22b7..1e00f14ac6 100644
--- a/src/nvim/regexp_defs.h
+++ b/src/nvim/regexp_defs.h
@@ -108,7 +108,7 @@ typedef struct {
regprog_T *regprog;
char_u *startp[NSUBEXP];
char_u *endp[NSUBEXP];
- int rm_ic;
+ bool rm_ic;
} regmatch_T;
/*