1. 16 May, 2016 1 commit
  2. 15 May, 2016 1 commit
  3. 12 May, 2016 3 commits
  4. 11 May, 2016 1 commit
  5. 10 May, 2016 4 commits
  6. 08 May, 2016 1 commit
  7. 02 May, 2016 1 commit
  8. 27 Apr, 2016 1 commit
  9. 25 Apr, 2016 2 commits
  10. 24 Apr, 2016 7 commits
  11. 23 Apr, 2016 9 commits
  12. 20 Apr, 2016 1 commit
  13. 16 Apr, 2016 3 commits
    • Junegunn Choi's avatar
      0.12.0 · b28c14b9
      Junegunn Choi authored
      b28c14b9
    • Junegunn Choi's avatar
      0.11.2 · 879ead21
      Junegunn Choi authored
      879ead21
    • Junegunn Choi's avatar
      Enhanced ranking algorithm · 2f6d23b9
      Junegunn Choi authored
      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".
      2f6d23b9
  14. 15 Apr, 2016 2 commits
  15. 14 Apr, 2016 3 commits