Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion function for bitkeeper?
- X-seq: zsh-users 6764
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh users <zsh-users@xxxxxxxxxx>
- Subject: Re: Completion function for bitkeeper?
- Date: Tue, 11 Nov 2003 17:44:24 +0100
- In-reply-to: <29014.1068567790@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <29014.1068567790@xxxxxxx>
Peter wrote:
> Ah, that's probably what I mean. `_bar "$expl[@]"' passes down -J or -V
> (any local expl inside _bar is irrelevant, of course) and I have to
> decide whether to pass that down, or somehow replace bits of the
> argument list.
Yes. Can be a bit of a juggling act to deal with the options because it
varies which you want to pass on, which to remove and which to replace
etc.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author