aboutsummaryrefslogtreecommitdiff
path: root/pcre.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre.c')
-rw-r--r--pcre.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcre.c b/pcre.c
index 9b5ab51..c93382b 100644
--- a/pcre.c
+++ b/pcre.c
@@ -48,6 +48,9 @@ char *match(const char *name, int argc, char **argv)
case 'E':
pat = gmk_expand(argv[0]);
break;
+ case 'i':
+ co |= PCRE_CASELESS;
+ break;
case 'm':
co |= PCRE_MULTILINE;
break;