[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ``complete -b'' does not include ``coproc''
From: |
Pierre Gaston |
Subject: |
Re: ``complete -b'' does not include ``coproc'' |
Date: |
Mon, 21 Feb 2011 10:21:32 +0200 |
On Mon, Feb 21, 2011 at 10:12 AM, Clark J. Wang <dearvoid@gmail.com> wrote:
> Tested with 4.2:
>
> bash-4.2# complete -b help
> bash-4.2# help co<TAB><TAB>
> command compgen complete compopt continue
> bash-4.2#
>
> --
> Clark J. Wang
>
It's probably because:
$ type coproc
coproc is a shell keyword
likewise help tim<TAB> doesn't complete "time"