summaryrefslogtreecommitdiffstats
path: root/src/pattern
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-10-06 16:23:33 +0200
committerCanop <cano.petrole@gmail.com>2020-10-06 16:23:33 +0200
commit613ecd6953ecfab3242d4b318f3da512e29d63fc (patch)
treeca4e4d6126c09fcb89ea9b1073b1263cf7344ac8 /src/pattern
parent9fae72050ca1f389853a15dc482a056f361f04a6 (diff)
minor doc clarification
Diffstat (limited to 'src/pattern')
-rw-r--r--src/pattern/search_mode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern/search_mode.rs b/src/pattern/search_mode.rs
index 99faf4d..668e862 100644
--- a/src/pattern/search_mode.rs
+++ b/src/pattern/search_mode.rs
@@ -40,8 +40,8 @@ pub static SEARCH_MODES: &[SearchMode] = &[
SearchMode::NameRegex,
SearchMode::NameExact,
SearchMode::PathFuzzy,
- SearchMode::PathExact,
SearchMode::PathRegex,
+ SearchMode::PathExact,
SearchMode::ContentExact,
SearchMode::ContentRegex,
];