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
Attempting to tab complete after '${ errors #189
Comments
|
It might be the same issue, here a case that resulted in similar error message for the first time, crashed the second time: Actually, how do I quickly test bash without bash-completion? On arch linux I uninstalled the Since my case only involves in command completion, could this be a bash bug? Edit: I tried tab after |
@OliverLew I think this is a different issue. The reasons are
Actually, the issue reported here on 2018-01 is related to my pull request #492 (which was somehow neglected by @scop). After the fix #492, this error message after |
|
@akinomyoga Thanks for the analysis and more testing with different versions of bash. Well, it's right to file the bug report to bash then :) |
Something in bash-completion appears to break after trying to tab complete
'${in a file position e.gI had a directory in my
$PWDat the time named like${FOO}but this isn't required for the unexpected EOF error to show up.The text was updated successfully, but these errors were encountered: