zed icon indicating copy to clipboard operation
zed copied to clipboard

terminal: Fix non regex search to actually be non regex

Open N8th8n8el opened this issue 1 year ago • 0 comments

Alacritty seems to support only regex search out of the box. This PR just escapes all special regex chars to make non regex search work as expected. Disclaimer: New to Rust.

Release Notes:

-Fixed #4880.

N8th8n8el avatar Feb 03 '24 17:02 N8th8n8el