compopt +o

2009-10-02 Thread Freddy Vulto
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

Re: compopt +o

2009-10-02 Thread Chet Ramey
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