1. 24 Apr, 2016 5 commits
  2. 23 Apr, 2016 9 commits
  3. 20 Apr, 2016 1 commit
  4. 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
  5. 15 Apr, 2016 2 commits
  6. 14 Apr, 2016 3 commits
  7. 13 Apr, 2016 1 commit
  8. 12 Apr, 2016 1 commit
  9. 09 Apr, 2016 1 commit
  10. 01 Apr, 2016 1 commit
  11. 31 Mar, 2016 1 commit
  12. 29 Mar, 2016 1 commit
    • Junegunn Choi's avatar
      Clean up install script · 802c1c29
      Junegunn Choi authored
      - Do not create zsh files if zsh is not installed (@adam8157)
      - Use command -v instead of which (@netei)
      - Reenable --pre option
      
      Close #531
      802c1c29
  13. 28 Mar, 2016 2 commits
  14. 22 Mar, 2016 2 commits
  15. 15 Mar, 2016 4 commits
  16. 06 Mar, 2016 3 commits