Version: bash-4.0.33
I'm trying to disable completion options from within a completion, but
I can't get `compopt +o ' to work.
Steps to reproduce:
1. Define functions/completions a, b, c & d:
_a() { COMPREPLY=(foo=); }
complete -F _a a
_b() { COMPREPLY=(foo=); }
complete -o fil
Freddy Vulto wrote:
> Version: bash-4.0.33
>
> I'm trying to disable completion options from within a completion, but
> I can't get `compopt +o ' to work.
Thanks for the report. This will be fixed in the next version of bash.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer