-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Tons of duplicate results that don't show up in rg
#85
Comments
Weird. Any clues for how this might be reproduced? (I'm also using v13.0.0). What's your search query? |
😅 So the culprit is me using globs, which is probably just my misunderstanding:
Both are the same output in |
Yeah, I think this is just a confusing artifact of the way globs work in Vim, as documented in
So, taking Ferret's own repo as an example, note that
So, when you search for
Which will yield these results, with duplicates:
I don't know exactly how we're going to fix this because Ferret itself is not calling |
Minor correction to that... we are calling |
Did some digging to try to figure out why I added that
|
Totally makes sense, thanks for the explanation! |
Not sure if this is a ripgrep 13.0 thing, but I've noticed I have a ton of duplicate results.
I can confirm running the same search in cli with
rg --vimgrep --no-heading --no-config --max-columns 4096
returns a total of 15 results, while quickfix has over 70The text was updated successfully, but these errors were encountered: