Closed
Description
Code editor
nvim
Platform
macOS 14.1 (arm)
Version
5.1.2
What steps will reproduce the bug?
create a file with this code:
foo=123
foo=$((foo + 1))
echo "$foo"
renaming foo
to bar
results in this:
bar=123
bar=$((foo + 1))
echo "$bar"
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
References in a double bracket (())
should be affected by the renaming.
What do you see instead?
No reference in a double bracket (())
is affected by the renaming.
Additional information
No response
Metadata
Metadata
Assignees
Labels
No labels