For everyone where it doesn't work: can you please check if 'set | grep 
BASH_COMPLETION' gives any output and if running
source /etc/bash_completion
helps?
If yes, bash completion probably isn't properly enabled in your ~/.bashrc 
your .bashrc should contain
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
    . /etc/bash_completion
fi

-- 
bash-completion is not working any more
https://bugs.launchpad.net/bugs/571697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to