zed/crates/search
CharlesChen0823 cacec06db6
search: Treat non-word char as whole-char when searching (#19152)
when search somethings like `clone(`, with search options `match case
sensitively` and `match whole words` in zed code base, only `clone(cx)`
hit match, `clone()` will not hit math.

Release Notes:

- Improved buffer search for queries ending with non-letter characters
2024-11-28 11:06:48 +02:00
..
src search: Treat non-word char as whole-char when searching (#19152) 2024-11-28 11:06:48 +02:00
Cargo.toml Improve outline panel performance (#17183) 2024-09-02 01:46:16 +03:00
LICENSE-GPL