fzf/src/util
Junegunn Choi 92a75c9563 Use trimmed length when --nth is used with --tiebreak=length
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-10-02 18:40:20 +09:00
..
atomicbool_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
atomicbool.go Reorganize source code 2015-01-12 12:56:17 +09:00
eventbox_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
eventbox.go Code cleanup 2015-03-22 16:05:54 +09:00
util_test.go Use trimmed length when --nth is used with --tiebreak=length 2015-10-02 18:40:20 +09:00
util.go Use trimmed length when --nth is used with --tiebreak=length 2015-10-02 18:40:20 +09:00