Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: yet another _git update
- X-seq: zsh-workers 23591
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: "Nikolai Weibull" <now@xxxxxxxx>, "zsh workers" <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: yet another _git update
- Date: Sun, 24 Jun 2007 10:54:38 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ngurq3n2V09Hgf3KKx4ftorDi41PrBJsOjtWsEiKipoqWIttR8XGG/9n0LzjN2NNUUUyMFfoXTCPsiFQ6JmVNwjM5pSU47VdZKHZ2PFLMUsSQbH9pQki1IbUJ/LJEdzq5SShTKwXiUQTs3x+xHG3G/HGReEVjICYB6MsYoRpX8Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=L3FD26jbHd5TVPibu2UPd0xE9DWXPjQIZiItcXvgPKhsiSIkkM8CXkI3D/e2eZDdt90m7hH3HZRmqvkZz9DuEoiALV/lAwFn6WorGUOeJk8fQh+aRUgl1LI8AjZlEwcTmMqTsnTWR1U3MVl/z7urB7YqiHpFerVTHunuLTUPkEE=
- In-reply-to: <20070623215527.GA16738@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070623100226.GB6305@xxxxxxxxxxxxxxx> <dbfc82860706230609o4f17a4b2gc86e190c22ed9b5c@xxxxxxxxxxxxxx> <20070623215527.GA16738@xxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On 6/23/07, Clint Adams <clint@xxxxxxx> wrote:
On Sat, Jun 23, 2007 at 03:09:29PM +0200, Nikolai Weibull wrote:
> Works fine now. These issues have been addressed, yes. Commands are
> broken up into different groups, so you can easily configure what gets
> shown.
Any reason you didn't use tags here instead of the style stuff?
296 local wanted_commands
297 zstyle -s ':completion:${curcontext}:' commands wanted_commands || wanted_commands="all -internal"
Hm, because I wasn't thinking, I guess. I'll rework it.
Thanks for highlighting this,
nikolai
Messages sorted by:
Reverse Date,
Date,
Thread,
Author