mirror of
https://github.com/junegunn/fzf
synced 2024-11-01 03:20:42 +00:00
2f6d23b91e
Based on the patch by Matt Westcott (@mjwestcott). But with a more conservative approach: - Does not use linearly increasing penalties; It is agreed upon that we should prefer matching characters at the beginnings of the words, but it's not always clear that the relevance is inversely proportional to the distance from the beginning. - The approach here is more conservative in that the bonus is never large enough to override the matchlen, so it can be thought of as the first implicit tiebreak criterion. - One may argue the change breaks the contract of --tiebreak, but the judgement depends on the definition of "tie". |
||
---|---|---|
.. | ||
fzf.vader | ||
test_go.rb |