Closed shinokada closed 3 years ago
Before installing Better shell syntax, I could highlight a variable and type " to wrap the variable with ".
But after installation, when I do it, the variable disappear,s and only " is typed.
mydir=$(dirname $0) # becomes mydir=$(dirname ") # I expect this mydir=$(dirname "$0")
Hmm, for me this still works.
Then I press the " key and I get
"
(just let me know and I'll open this issue back up)
Before installing Better shell syntax, I could highlight a variable and type " to wrap the variable with ".
But after installation, when I do it, the variable disappear,s and only " is typed.