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
Hat allocation looks to work but commands get wonky.
Consider the following shell file that uses shfmt for formatting, which uses tabs by default:
shfmt
printcurrent() { echo "Current input: $(SwitchAudioSource -c input)" echo "Current output: $(SwitchAudioSource -c output)" }
The hats are correct but "take round" inside either of those shall expansions select the wrong text, most likely offset by the tab stops.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hat allocation looks to work but commands get wonky.
Consider the following shell file that uses
shfmt
for formatting, which uses tabs by default:The hats are correct but "take round" inside either of those shall expansions select the wrong text, most likely offset by the tab stops.
The text was updated successfully, but these errors were encountered: