bash-completion for rsync doesn't understand "set completion-ignore-case on"
Bug #1537392 reported by
Aapo Rantalainen
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash-completion (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
bash-completion: 1:2.1-4ubuntu0.1
set completion-
mkdir /tmp/FOOBAR
Which means this would work:
cd /tmp/fooba[TAB] -> cd /tmp/FOOBAR
But it will not work with rsync.
actual happens:
rsync /tmp/fooba[TAB] -> doesn't complete
expected:
rsync /tmp/fooba[TAB] -> rsync /tmp/FOOBAR
To post a comment you must log in.
Happens also in Ubuntu-16.04 with
bash-completion: 1:2.1-4.2ubuntu1