m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00
Files
fzf/src
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 #3983
2025-02-12 20:53:32 +09:00
..
2025-02-11 23:43:43 +09:00
2021-02-28 18:28:21 +09:00
2023-07-16 17:14:22 +09:00
2016-08-19 02:39:32 +09:00
2025-02-06 19:57:39 +09:00
2024-01-01 15:38:35 +09:00
2025-02-02 02:23:47 +09:00
2024-09-29 19:33:42 +09:00
2024-09-29 19:33:42 +09:00
2024-09-29 19:33:42 +09:00
2024-11-03 20:12:47 +09:00
2022-03-29 21:23:45 +09:00
2022-03-29 21:23:45 +09:00
2024-08-29 16:41:52 +09:00
2024-08-29 16:41:52 +09:00