Comment 54 for bug 778627

Revision history for this message
James Lemke (jwlemke) wrote :

Agreed, this is an annoying bug and has been around far too long (a decade?).

ls $top/.ss<TAB> should give: ls $HOME/.ssh/<CURSOR>
"shopt -s direxpand" expands $HOME which is not wanted.
"shopt -u complete_fullquote" should give me what I want but has no effect.