Sergey Manucharian wrote:
On Thu, 24 Sep 2009 22:40:28 +0200
Thomas Bächler <thomas@xxxxxxxxxxxxx> wrote:
Aaron Griffin schrieb:
And this appears to be fixed in git
http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f733e71e1f8d63c072a402346d8162f9c6b63ae2
http://code.phraktured.net/cgit.cgi/bash-completion/commit/?id=f871fe4101ed89cb98e201aed8c975fd3061905b
I can confirm this is fixed.
I wonder if it might be a good idea to switch bash_completion back
to git snapshots now that development is more active, yet their
releases are few and far between
Haha, I cloned this morning and it was still broken :)
Anyway, I'm fine with having bash_completion git snapshots.
I've just installed bash-completion-git-20090924 with yaourt - works
fine. The only issue is:
dd if<tab> -> dd if\=
(but that's not so critical)
Cheers,
Sergey
Strange, for me the completion works fine:
$ dd if=/h<tab>
$ dd if=/home
The only thing is I'm not using the package bash-completion, but bash
completion works anyway for me.
Maybe someone could try to remove bash-completion package and try again.
Armando