[Bash-completion-devel] [bash-completion-Bugs][312102] Incorrect completion when quoting last component of path

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Sun Nov 22 21:31:31 UTC 2009


Bugs item #312102, was opened at 2009-11-22 23:31 by Ville Skyttä 
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312102&group_id=100114

Status: Open
Priority: 3
Submitted By: Ville Skyttä  (scop-guest)
Assigned to: Nobody (None)
Summary: Incorrect completion when quoting last component of path 
Distribution: None
Originally reported in: Fedora / Red Hat Bugzilla
Milestone: None
Status: None
Original bug number: 176790


Initial Comment:
Originally reported as https://bugzilla.redhat.com/show_bug.cgi?id=176790:

----
mkdir -p arena/d1 arena/d2
cd arena
touch d1/f
ls d1/'<TAB>

If this starts a new word, it should expand to d1/'d and stop, instead it
expands to d1/'d1/f' which means the look up of '<TAB> finds d1/f but not d2
----

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

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



More information about the Bash-completion-devel mailing list