[Bash-completion-devel] Removal of " -o filenames" to " complete"
Freddy Vulto
fvulto at gmail.com
Wed Nov 3 19:01:31 UTC 2010
Ville Skyttä <ville.skytta <at> iki.fi> writes:
>
> The notification mail for a change I just committed is being held for
> moderator approval for the commits list due to its size, so here's a separate
> heads up about it:
>
> http://git.debian.org/?p=bash-completion/bash-
> completion.git;a=commitdiff;h=0f450219b667ec5f8d951b0c41593c7b983e2ada
>
> I've been running with this locally for a while, ironing out issues, and am
> not aware of any real regressions any more. I haven't been able to test every
> single command, so please keep an eye on things that were previously escaped
> as filenames and should still be, but no longer are.
I had one test failing with the new _compopt_o_filenames, on both bash-3 and
bash-4:
Running ./completion/ls.exp ...
FAIL: ~part should complete to ~full
I think it is fixed by adding a call to _compopt_o_filenames within _tilde, see
commit dfb8406.
Freddy
More information about the Bash-completion-devel
mailing list