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

Tab completion with spaces does not work #177

Open
Tracked by #201
certik opened this issue Oct 7, 2024 · 2 comments
Open
Tracked by #201

Tab completion with spaces does not work #177

certik opened this issue Oct 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@certik
Copy link
Collaborator

certik commented Oct 7, 2024

If the directory (or a file) has spaces in it, the tab completion does not work.

@certik certik added the bug Something isn't working label Oct 7, 2024
@certik
Copy link
Collaborator Author

certik commented Jan 16, 2025

Here is an example on macOS:

Image

First it correctly tab completes up to ~/Library/Application S, but then when I press u, the further tab completion does not work. It needs to escape the path, either with \ for the space, or put the whole path into '.

This was referenced Jan 16, 2025
@certik
Copy link
Collaborator Author

certik commented Feb 4, 2025

Now the ~/Library/App<TAB correctly completes to ~/Library/Application\ S, but then it stops completing after that. So an improvement, but still not fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant