A very peculiar bug I've isolated down to the specific zsh-syntax-highlighting-compatible highlighter shipped with this addon.
Entering a line such as
THIS=that
will cause $THIS to be type-set to a number before assignment, leading to a final value of 0. Unclear if upstream zsh-syntax-highlighting might have something to do with it?
A very peculiar bug I've isolated down to the specific
zsh-syntax-highlighting
-compatible highlighter shipped with this addon.Entering a line such as
will cause
$THIS
to be type-set to a number before assignment, leading to a final value of0
. Unclear if upstreamzsh-syntax-highlighting
might have something to do with it?