Skip to content

Another tab completion bug? Matching text with different case where input is a prefix of some file #40

@razzius

Description

@razzius

It completes a file when there are multiple options, then goes into the tab completion selection UI:

tab-completion $ fish --version
fish, version 4.4.0
tab-completion $ ls
read_twice.c  README.md
tab-completion $ vim r<TAB>
# this adds read_twice.c and then goes into the tab competion selector
# it looks like this:
tab-completion $ vim read_twice.c README.md
…d_twice.c  README.md
# all after hitting only 1 key

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