terminal: Fix supported search options (regex: true) (#7659)

Release Notes:

- Fixes [#7327](https://github.com/zed-industries/zed/issues/7327).
This commit is contained in:
N8th8n8el
2024-02-10 21:29:06 +02:00
committed by GitHub
parent 67839a967b
commit 4f5fea5dba
+1 -1
View File
@@ -874,7 +874,7 @@ impl SearchableItem for TerminalView {
SearchOptions {
case: false,
word: false,
regex: false,
regex: true,
replacement: false,
}
}