When using variables, a preview of the matched variable is displayed.
If two variables have similar names, such as var and var2 typing var causes the 2 from var2 to be shown as a preview. After pressing Enter, the 2 remains visible as a greyed-out residual.
Reproduction steps:
set var 10
set var2 10
set x = var2 + var
After pressing Enter after var, a greyed-out 2 can still be seen next to var.
This happens when the variable is at the end of an input.
When using variables, a preview of the matched variable is displayed.
If two variables have similar names, such as
varandvar2typingvarcauses the2fromvar2to be shown as a preview. After pressing Enter, the2remains visible as a greyed-out residual.Reproduction steps:
After pressing Enter after var, a greyed-out
2can still be seen next tovar.This happens when the variable is at the end of an input.