sio / bash-complete-partial-path

Enhanced file path completion in bash (like in zsh)
Apache License 2.0
54 stars 2 forks source link

Directories with spaces are sometimes completed incorrectly #23

Closed kolayne closed 1 year ago

kolayne commented 1 year ago

In some cases (apparently, when tab is used in a path prefix that ends with a slash) a directory with a space in its name is considered by completion as two directories. Demo: https://asciinema.org/a/549127

sio commented 1 year ago

Thank you for reporting this and the other issue. I am currently on a holiday break and will review your reports and PR after January 15th.

sio commented 1 year ago

Fixed and merged into master