1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-08-17 13:33:49 -07:00
Files
fzf/test
Junegunn Choi 9abf2c8c9c Allow suffix match on --nth with custom --delimiter
When --nth is used with a custom --delimiter, the last delimiter was
included in the search scope, forcing you to write the delimiter in
a suffix-match query. This commit removes the last delimiter from the
search scope.

  # No need to write 'bar,$'
  echo foo,bar,baz | fzf --delimiter , --nth 2 --filter 'bar$'

This can be seen as a breaking change, but I'm gonna say it's a bug fix.

Fix 
2025-02-12 20:53:32 +09:00
..
2025-01-25 19:57:40 +09:00
2025-01-25 19:57:40 +09:00
2025-01-25 19:57:40 +09:00