Skip to content

--accept-nth ignored with --filter #4615

@dicktyr

Description

@dicktyr

--accept-nth has no effect when used in combination with --filter

the --query option respects --accept-nth

% echo 'one two three' | fzf -d ' ' --with-nth 1 --accept-nth -1 -q one
three

but --filter does not

% echo 'one two three' | fzf -d ' ' --with-nth 1 --accept-nth -1 -f one
one two three

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions