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

Conversation

aliceatlas
Copy link
Contributor

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).

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).
@jonsneyers jonsneyers merged commit 126c9c2 into FLIF-hub:master Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants