Bug: Variable renaming is broken #28
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
The gif shows the issue.
Steps to reproduce:
set "foo=foo.txt"
andset "bar=bar.txt"
and use them elsewhere in the script.foo
inset "foo=foo.txt"
is not renamed but%foo%
is. And neitherbar
nor%bar%
is renamed.The text was updated successfully, but these errors were encountered: