Tokenize by default

This commit is contained in:
QC 2015-10-04 17:03:45 +02:00
parent 9a39ebb3e9
commit 8feb3c9067
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ Settings config = {
/** Fuzzy matching. */
.fuzzy = FALSE,
.glob = FALSE,
.tokenize = FALSE,
.tokenize = TRUE,
/** Monitor */
.monitor = -1,
/** set line margin */