Skip to content
New issue

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

Formatting of associative arrays on save #1188

Open
jythub opened this issue Sep 14, 2024 · 0 comments
Open

Formatting of associative arrays on save #1188

jythub opened this issue Sep 14, 2024 · 0 comments

Comments

@jythub
Copy link

jythub commented Sep 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant