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 20:29:06 +01:00 committed by GitHub
parent 67839a967b
commit 4f5fea5dba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -874,7 +874,7 @@ impl SearchableItem for TerminalView {
SearchOptions {
case: false,
word: false,
regex: false,
regex: true,
replacement: false,
}
}