Comment 4 for bug 298799

Revision history for this message
Peter Cordes (peter-cordes) wrote :

works for me, at least after applying the fix for bug 1387057 (properly quoting "$quoted"). On Trusty. This is probably the same bug.

 Or maybe not: I'm seeing
$ echo ./"./foo[TAB] turns into
$ echo ./"././foo

 every [TAB] adds another ./

foo does get expanded to the longest common prefix of multiple possible matches, though.

 So programmable completion still isn't exactly rock solid with quotes.