On Sun, Mar 10 2019, Gabriel F. T. Gomes wrote:
> 
> It only adds the backslash to unset variables, but not when the variable
> is set, for instance:
> 
>   zless /usr/share/$PATH/<TAB>
> 
> does nothing, whereas
> 
>   zless /usr/share/$ASDF/<TAB>
>   zless /usr/share/\$ASDF/
> 
> causes the problem you describe...  Marking as confirmed and upstream.

Now reported upstream as https://github.com/scop/bash-completion/issues/290

Reply via email to