| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-09 | Defer resetting multi-selection on reload | Junegunn Choi | |
| 2016-08-14 | [perf] evaluateBonus can start from sidx - 1 | Junegunn Choi | |
| 2016-08-14 | [perf] Optimize AWK-style tokenizer for --nth | Junegunn Choi | |
| Approx. 50% less memory footprint and 40% improvement in query time | |||
| 2015-10-02 | Use trimmed length when --nth is used with --tiebreak=length | Junegunn Choi | |
| This change improves sort ordering for aligned tabular input. Given the following input: apple juice 100 apple pie 200 fzf --nth=2 will now prefer the one with pie. Before this change fzf compared "juice " and "pie ", both of which have the same length. | |||
| 2015-01-12 | Reorganize source code | Junegunn Choi | |
