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
In one of my own fish scripts, I have a line that looks like
set variable ( command1 | command2 | command3 )
So I was really surprised that when I tried to type it out in the interactive shell that this was printed
~ set variable ( fish: Unexpected end of string, expecting ')' set variable (
Is it expected that in the interactive shell you can't do multi-line command substitution?
The text was updated successfully, but these errors were encountered:
No, it's not expected, the editor is overzealous here.
Sorry, something went wrong.
Woohoo found another bug! Thanks for all your work on the fish shell faho!
e18fd3c
Seems reasonable. Fixed as e18fd3c. Thanks for filing!
No branches or pull requests
In one of my own fish scripts, I have a line that looks like
So I was really surprised that when I tried to type it out in the interactive shell that this was printed
Is it expected that in the interactive shell you can't do multi-line command substitution?
The text was updated successfully, but these errors were encountered: