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
At the moment, when I use bash parameter expansion, the ligatures to them do not look consistent.
For example:
As you can see, the second example looks good. It seems to me that there are not enough ligatures for other expansions.
https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html
The text was updated successfully, but these errors were encountered:
That's a good case. I'll think about how to solve it. I will also try to solve the case with negative numbers in expressions like 0:-1.
0:-1
Sorry, something went wrong.
No branches or pull requests
At the moment, when I use bash parameter expansion, the ligatures to them do not look consistent.
For example:
As you can see, the second example looks good. It seems to me that there are not enough ligatures for other expansions.
https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html
The text was updated successfully, but these errors were encountered: