summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-17 16:10:14 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-17 16:10:14 +0100
commitaeaceb154a773247a4709a66c27df34669f6c1ad (patch)
treeb80c0c124eaf63fcfb983bad6e03a216228008f9 /config
parent2b0aec52e0cf8290910f6b754af8c733e5d4c74c (diff)
Add experimental regex support
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 87a371e0..4b4139bd 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -134,6 +134,7 @@ Settings config = {
.fuzzy = FALSE,
.glob = FALSE,
.tokenize = TRUE,
+ .regex = FALSE,
/** Monitor */
.monitor = -1,
/** set line margin */