-
fix(grep): keep FilePath scope in regex/literal fallback (#756) (#764)
发布于
2026-08-12 03:54:36 +00:00 - fix(grep): keep FilePath scope in regex/literal fallback (#756)
The literal/regex fallback rebuilt the query with empty constraints,
dropping an explicit inline FilePath scope. In regex mode a top-level
alternation then leaked matches into files outside the pinned path.
Preserve FilePath constraints in the fallback query.Closes #756
- chore: cargo fmt (#756)
Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
下载附件