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

bash: file completion with spaces broken #947

Open
2 of 11 tasks
rsteube opened this issue Dec 3, 2023 · 0 comments
Open
2 of 11 tasks

bash: file completion with spaces broken #947

rsteube opened this issue Dec 3, 2023 · 0 comments
Labels
bash bug Something isn't working

Comments

@rsteube
Copy link
Member

rsteube commented Dec 3, 2023

Current Behavior

On Debian with Bash 5.2.15 completion with space seems to be broken:

I was doing mv ~Download/some file with spaces.txt .
I would type mv ~/Download/some<TAB> and it would expand to: mv "~/Download/some\\\ file\\\ with\\\ spaces.txt"

Expected Behavior

Whereas it should have expanded to mv "~/Download/some\ file\ with\ spaces.txt"

Steps To Reproduce

No response

Version

0.44.1

OS

  • Linux
  • OSX
  • Windows

Shell

  • Bash
  • Elvish
  • Fish
  • Nushell
  • Oil
  • Powershell
  • Xonsh
  • Zsh

Anything else?

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

No branches or pull requests

1 participant