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

Completely fix bash autocomplete handling of filenames with spaces #9708

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Completely fix bash autocomplete handling of filenames with spaces #9708

merged 1 commit into from
Feb 24, 2024

Commits on Feb 23, 2024

  1. Completely fix bash autocomplete handling of filenames with spaces

    Fix additional bug when file names contain spaces.
    
    ## Broken behavior 
     - Assume the current directory contains the file "foo bar.txt" and "foo biz.txt"
     - `hx foo\ ba` + `Tab` autocompletes to `hx foo\ b`
    ## New behavior
     - `hx foo\ ba` + `Tab` autocompletes to `hx foo\ bar.txt`
    wr7 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3002a73 View commit details
    Browse the repository at this point in the history