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

Fix bash-completion treatment of existing arguments containing spaces. #486

Merged
merged 1 commit into from
Jan 23, 2018

Commits on Jan 18, 2018

  1. Fix bash-completion treatment of existing arguments containing spaces.

    Currently a few things aren't quoted properly, such that when the function is performing completion by e.g. suggesting an output filename by taking the input filename and changing its extension, if the filename contains a space, all but the last space-separated component will get cut off (e.g. "flif -e haggard\ beavis\ egg.png " + TAB will fill in "egg.flif" as the next argument).
    aliceatlas committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    b4a8a7b View commit details
    Browse the repository at this point in the history