We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I type code ~<TAB> I obtain the bash: no match: COMPREPLY[0]=~root error:
code ~<TAB>
bash: no match: COMPREPLY[0]=~root
No error expected even with failglob enabled.
failglob
echo "$BASH_VERSION"
(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")
The text was updated successfully, but these errors were encountered:
_expand
@EmilySeville7cfg Thank you for the report! This has been fixed in #670.
Sorry, something went wrong.
akinomyoga
Successfully merging a pull request may close this issue.
Describe the bug
When I type
code ~<TAB>
I obtain thebash: no match: COMPREPLY[0]=~root
error:To reproduce
code ~<TAB>
Expected behavior
No error expected even with
failglob
enabled.Versions (please complete the following information)
echo "$BASH_VERSION"
: 5.1.0(1)-release(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")
: 2.10The text was updated successfully, but these errors were encountered: