When I use completion to autocomplete a variable name, it's not replace by the variable name (Like before) but added.
Example :
I begin to write : "$array"
It prompt a proposition of completion like "$arrayBigValues"
But when I fire "Enter" to accept, it not replace what I type and give this : "$arrayarrayBigValues"