Bugs item #313501, was opened at 2012-01-09 15:06 by Daniel Black
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313501&group_id=100114

Status: Open
Priority: 3
Submitted By: Daniel Black (grooverdan-guest)
Assigned to: Nobody (None)
Summary: variable expansion in command line escaped 
Distribution: None
Originally reported in: Ubuntu Launchpad
Milestone: None
Status: None
Original bug number: 890913


Initial Comment:
as per: https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/89091
Typing "prg $HOME/<tab>" expands to "prg \$HOME/" quite annoying, shall expand 
to "prg $HOME/" listing all directories and files available for expansion, not 
creating an escaped string from $HOME. It should KEEP $HOME, not expanding it 
to your home directory as with some program named done!

still present in 1.90 release


----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313501&group_id=100114

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Reply via email to