-
Notifications
You must be signed in to change notification settings - Fork 14
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
Duplicate entries in suggestions list #55
Comments
Oh wait I see in the unit test that this is expected behavior for the matcher because we have 3 different match types?
I think we would want to add a
in Also unrelated but I think the order should be changed to consecutive, then anywhere, then fuzzy. |
Much time has passed after the initial porting, I can't recall the fine details but I thought this behavior is consistent with original Now it's evident the "upstream" is dead, is not reviving, improving this behavior is okay for me. It's instead a problem of finding free time and motivation to revitalize this project though... |
Yes I think you're right. wting/autojump#348 For some reason I can't replicate it myself, but it seems it's still present. I don't think fixing it will break compatibility. |
Actually no it doesn't occur in upstream. They use
Edit: No wait that's apparently only in my local copy? 🤔 Maybe I added this myself long time back. |
I'm seeing an issue where there are duplicate entries in the suggestions list.
I can replicate this with a minimal example of having
in the
autojump.txt
and runningwhich returns
I added some debug statements in
query
:and isolated the issue to somewhere in the matcher (
src/matcher/
).The text was updated successfully, but these errors were encountered: