[Bug 1537392] [NEW] bash-completion for rsync doesn't understand "set completion-ignore-case on"
Aapo Rantalainen
1537392 at bugs.launchpad.net
Sat Jan 23 19:14:20 UTC 2016
Public bug reported:
bash-completion: 1:2.1-4ubuntu0.1
set completion-ignore-case on
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
** Affects: bash-completion (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/1537392
Title:
bash-completion for rsync doesn't understand "set completion-ignore-
case on"
Status in bash-completion package in Ubuntu:
New
Bug description:
bash-completion: 1:2.1-4ubuntu0.1
set completion-ignore-case on
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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1537392/+subscriptions
More information about the foundations-bugs
mailing list