Open jythub opened 2 months ago
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
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