mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-14 17:56:31 +00:00
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.