Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete fails to complete filenames with spaces #379

Open
Caralluin opened this issue Dec 3, 2022 · 0 comments
Open

Autocomplete fails to complete filenames with spaces #379

Caralluin opened this issue Dec 3, 2022 · 0 comments

Comments

@Caralluin
Copy link

When I try the autocomplete feature in bash with file names that contain spaces, the completion fails, because the parts of the name are treated separately.

So if I have a file named file with spaces.txt and type fi, then nothing happens on first TAB (despite no other file matches fi), and on the second TAB I get the list: file spaces.txt with as possible completions, which is the correctly found filename, but the parts sorted alphabetically.

It looks for me like the result of some missing quotes or something like that, but I know very few of bash autocompletion, so I don't know how to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant