Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [] Re: completion based on context earlier in the line
- X-seq: zsh-workers 26554
- From: Danek Duvall <duvall@xxxxxxxxxxxxxx>
- To: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- Subject: Re: [] Re: completion based on context earlier in the line
- Date: Wed, 11 Feb 2009 11:10:34 -0800
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200902112139.52429.arvidjaar@xxxxxxxxx>
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxxxxx>, Andrey Borzenkov <arvidjaar@xxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090211182808.GA20929@xxxxxxxxxxxxxxxxxxxxx> <200902112139.52429.arvidjaar@xxxxxxxxx>
On Wed, Feb 11, 2009 at 09:39:50PM +0300, Andrey Borzenkov wrote:
> You probably could use opt_args array:
Indeed. I'd tried that earlier, but thought I wasn't using it right, since
it was empty. Turns out I was doing
print ${(kv)opt_args}
which, with "-s sendmail" just put "sendmail" into the history a whole lot,
and didn't display anything. Oops.
Thanks,
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author