bash-completion stops on directory names when using several commands like less or cp
Bug #774430 reported by
BitMover
This bug report is a duplicate of:
Bug #769866: tab completion no longer escapes filenames and completes dirnames incorrectly (space instead of slash).
Edit
Remove
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash-completion (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: bash-completion
after upgrading to natty today I discovered a strange behaviour of bash-completion.
when using several commands like less or cp the completion ends at the first directory.
Example:
cp /et<TAB>
should deliver
cp /etc/
but instead i get
cp /etc <-- ending with a space
same with less
less /etc
but it works with more
more /etc/
To post a comment you must log in.
solved with solution proposed in bug #769866