Description:
When using the get command on Linux version 0.17.0, existing variables are color coded. However, when a valid variable is followed by an extra variable, the extra variable is also color coded as valid, when it exists, instead of red. Since the command now contains more than the valid number of parameters for get, the extra variable should be marked as invalid or red.
Reproducing the bug:
-
create a variable:
set var xxx
-
enter get command and provide the variable 'var' more than once.
get var var both are colored as valid variables
Expected behavior:
get var var the second and all following 'var' should be red
Actual behavior:
get var var both are colored as valid variables
Description:
When using the
getcommand on Linux version 0.17.0, existing variables are color coded. However, when a valid variable is followed by an extra variable, the extra variable is also color coded as valid, when it exists, instead of red. Since the command now contains more than the valid number of parameters forget, the extra variable should be marked as invalid or red.Reproducing the bug:
create a variable:
set var xxxenter
getcommand and provide the variable 'var' more than once.get var varboth are colored as valid variablesExpected behavior:
get var varthe second and all following 'var' should be redActual behavior:
get var varboth are colored as valid variables