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 issues on multiline commandline buffers #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akuntsch
Copy link

The functions' switch statement threw an error in certain situations when entering a $ character inside a multiline commandline buffer (i.e. when writing a for loop) which made it impossible to reference shell variables.

This PR should fix that (credit to fish-shell/fish-shell#288 (comment))

@scorphus
Copy link
Member

Would you kindly supply an example of such situation this fix relates to? Thanks!

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.

2 participants