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
neovim
Linux
5.0.0
arr[one-1]="test"
every time
on save file :w to remain as arr[one-1]="test"
arr[one - 1]="test"
Will not happen without the bash-language-server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code editor
neovim
Platform
Linux
Version
5.0.0
What steps will reproduce the bug?
arr[one-1]="test"
How often does it reproduce? Is there a required condition?
every time
What is the expected behavior?
on save file :w
to remain as
arr[one-1]="test"
What do you see instead?
arr[one - 1]="test"
Additional information
Will not happen without the bash-language-server
The text was updated successfully, but these errors were encountered: