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
Other types and functions handle a trailing comma gracefully.
This pollutes diffs when long lists of choices are written out one-per-line.
bind '/g' = choice( 'a very long option', 'another slightly longer option', );
Results in:
Encountered: ) Was expecting one of: <HEREDOC_STRING> ... <SINGLE_QUOTED_STRING> ... <DOUBLE_QUOTED_STRING> ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Other types and functions handle a trailing comma gracefully.
This pollutes diffs when long lists of choices are written out one-per-line.
Results in:
The text was updated successfully, but these errors were encountered: