Remove SearchOptions::REGEX.
A bit WIP as it awaits migration of buffer search to modes
This commit is contained in:
parent
0ca29e56c2
commit
c53554ead3
5 changed files with 7 additions and 17 deletions
|
@ -66,7 +66,7 @@ fn search(workspace: &mut Workspace, action: &Search, cx: &mut ViewContext<Works
|
|||
|
||||
if query.is_empty() {
|
||||
search_bar.set_search_options(
|
||||
SearchOptions::CASE_SENSITIVE | SearchOptions::REGEX,
|
||||
SearchOptions::CASE_SENSITIVE, // | SearchOptions::REGEX,
|
||||
cx,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue