Open ostrich opened 1 year ago
Hate to be a pest but hoping @gustavosimon sees this :)
Hello @ostrich ! How are u? Hope you're well.
First, thanks for opening this issue. I really appreciate that the extension is used by the community.
About the issue, I'm currently working in another projects but I'll see this as soon as possible.
You may be comfortable to submit a pull request to fix this issue.
This is applied to the another feature request created too.
Thanks and have a good day!
one last comment is the following will work (but not optimal) set var=foo echo var now rename var. it works in both places. but the quotes are necessary, so this is a def bug. thanks for the great work.
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.