summaryrefslogtreecommitdiff
path: root/src/ranked_match.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ranked_match.hh')
-rw-r--r--src/ranked_match.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ranked_match.hh b/src/ranked_match.hh
index 5c6fb1c2..183834a9 100644
--- a/src/ranked_match.hh
+++ b/src/ranked_match.hh
@@ -41,7 +41,8 @@ private:
FirstCharMatch = 1 << 1,
Prefix = 1 << 2,
SingleWord = 1 << 3,
- FullMatch = 1 << 4,
+ Contiguous = 1 << 4,
+ FullMatch = 1 << 5,
};
StringView m_candidate;