summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-04 17:03:45 +0200
committerQC <qball@gmpclient.org>2015-10-04 17:03:45 +0200
commit8feb3c906772439954ecda483877030502123091 (patch)
tree6899d972c9ad3a1e87448546b43d474965b6b1fe /config
parent9a39ebb3e97d2dae335015e32083477de69a1026 (diff)
Tokenize by default
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index d7d1edaa..e971737d 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -131,7 +131,7 @@ Settings config = {
/** Fuzzy matching. */
.fuzzy = FALSE,
.glob = FALSE,
- .tokenize = FALSE,
+ .tokenize = TRUE,
/** Monitor */
.monitor = -1,
/** set line margin */