Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
missing -o kshautoload checks
- X-seq: zsh-workers 12444
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: missing -o kshautoload checks
- Date: Mon, 31 Jul 2000 23:14:07 +0100
- In-reply-to: <200003131029.LAA18257@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>; from wischnow@xxxxxxxxxxxxxxxxxxxxxxx on Mon, Mar 13, 2000 at 11:29:28AM +0100
- Mail-followup-to: zsh-workers@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200003131029.LAA18257@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
A while ago, Sven Wischnowsky (wischnow@xxxxxxxxxxxxxxxxxxxxxxx) wrote:
> [[ -o kshautoload ]] || _mysql_utils "$@"
>
> (I hate kshautoload, too ;-)
A recursive grep for '_[a-z_]* "$@"' in the Completion directory
reveals that there are quite a few of these [[ -o kshautoload ]]
checks missing. I'm a bit short on time right now; any kind soul care
to add them in?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author