vors / ZLocation

ZLocation is the new Jump-Location
MIT License
567 stars 29 forks source link

When have an exact name match, prefer it over stronger weighted but partial match #90

Closed scottbilas closed 5 years ago

scottbilas commented 5 years ago

My db contains this:

285 C:\work\dots 310 C:\work\dots2 ...

But when I go to "dots" it selects "dots2" because it has higher weight.

I expect that if I type in a folder name that matches exactly, it would select that one rather than something else that has a higher weight, but is a partial match.

vors commented 5 years ago

yes good point - it annoyed me a lot too.

vors commented 5 years ago

Ok published 1.3.0 with a fix for it, please update from the gallery.

scottbilas commented 5 years ago

Confirmed fixed, thanks!