We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Selection in Vim Visual Line Mode Has Incorrect Range
Steps to trigger the problem:
Actual Behavior: The match items before the first line cursor and after the last line cursor are not matched
Expected Behavior: All match items in from line and to line should be match
May be similar to #25132
Zed: v0.177.5 (Zed Preview) OS: macOS 15.2.0 Memory: 16 GiB Architecture: aarch64
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
It seems that we need a adjust_anchor_ranges in selections_collection.rs to used in toggle_filtered_search_ranges
adjust_anchor_ranges
No branches or pull requests
Summary
Search Selection in Vim Visual Line Mode Has Incorrect Range
Steps to trigger the problem:
Actual Behavior:
The match items before the first line cursor and after the last line cursor are not matched
Expected Behavior:
All match items in from line and to line should be match
May be similar to #25132
Zed Version and System Specs
Zed: v0.177.5 (Zed Preview)
OS: macOS 15.2.0
Memory: 16 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: