-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I'm seeing an issue where there are duplicate entries in the suggestions list.
I can replicate this with a minimal example of having
51.9615242269 /Users/foo/bar
in the autojump.txt and running
autojump --complete bar
which returns
1__/Users/foo/bar
2__/Users/foo/bar
3__/Users/foo/bar
I added some debug statements in query:
Entries [Entry { path: "/Users/foo/bar", weight: 51.9615242269 }]
Query Result ["/Users/foo/bar", "/Users/foo/bar", "/Users/foo/bar"]
and isolated the issue to somewhere in the matcher (src/matcher/).
Metadata
Metadata
Assignees
Labels
No labels