summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-25 08:43:40 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-25 21:17:58 +0200
commit20e55e1e4e7a084e2e86c16e5b3f0497a14773a4 (patch)
treee3a45cbbbf93135bcafbdced2878bac0282d2fe6 /include/helper.h
parenta657f81145465df1d8a75bedb1b56a0e99d541e0 (diff)
Add fuzzy matching, make a -matching option.
* -matching *method* option instead of -regex, -glob, -fuzzy. * Re-add fuzzy matching pattern. * When there are substrings in regex, only highlight those matches. Fixes: #447
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index fafce9ac..869b6a95 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -85,7 +85,6 @@ int find_arg_str ( const char * const key, char** val );
*/
int find_arg ( const char * const key );
-
/**
* @param tokens List of (input) tokens to match.
* @param input The entry to match against.