mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05: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.