You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fzf was giving a higher score on / of /b because it is on the boundary, but it was giving zero bonus point to the second / of /a/b, which caused fzf to prefer the first /, resulting in a lower score in total. But this was a bug. / should be given the bonus point for non-word characters.
Do I understand correctly that --scheme=history is sufficient to disable reordering in all circumstances? If not, what is the right combination of commandline options to disable reordering?
man fzf
)Info
Problem / Steps to reproduce
Run:
Expected: no reordering of elements:
Actual: the elements are reordered:
Output of
fzf --version
: 0.46.1 (3c0a630).Alternative reproduction steps:
HISTFILE= FZF_DEFAULT_OPTS= bash --norc
source shell/key-bindings.bash
/b
/a/b
Expected: history entries are ordered by their number: 1 2 3.
Actual: history entries are out of order: 1 3 2.
The text was updated successfully, but these errors were encountered: