Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _git: Add completion for help subcommand
- X-seq: zsh-workers 28207
- From: Nikolai Weibull <now@xxxxxxxx>
- To: zsh-workers@xxxxxxx, Nikolai Weibull <now@xxxxxxxx>
- Subject: Re: _git: Add completion for help subcommand
- Date: Fri, 27 Aug 2010 10:29:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=L60LsdT4Xo0OdZzmqtaM1A00MhvDncXtvKhlPFXktcU=; b=egn1pFdokeztTK9Mey9mi2MP/R0ldT/ZNIxZD8Ozd7V/+jzrCRWFQDK7cCt5AOgkuD x+6PnyKnyJ/y1Qz9OjEdNQT7inCmoVzh7Sk1uAguN/ydHUJNmwqbcjYwM0qzu7RCIKno C1kj8K+/WBghhAH4G+E5bR2RcAeqATpiakyv8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=f9GhlaexxApd5zh7//ys4IGKMdgaUW0O2kPfa9v/pJm2hOETzJUdXvs/GXAZMLxvab f9oQe7Xcbit0pBQIamUq0kBRdb9UT6sQ0rBNSoe6W88CPC5Y0DqDMoJIzHlGdCKBWbVo abcHQzAFDz0DsHNEub3Chd3G/zokUBBdxWu2Q=
- In-reply-to: <20100827002003.GA8399@xxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1282393263-16767-1-git-send-email-aaron@xxxxxxxxxx> <AANLkTimOcmpFpTrrVMsuvjCR8puCnhoRVsmduci=SP8d@xxxxxxxxxxxxxx> <20100827002003.GA8399@xxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On Fri, Aug 27, 2010 at 02:20, Aaron Schrab <aaron@xxxxxxxxxx> wrote:
> At 00:16 +0200 26 Aug 2010, Nikolai Weibull <now@xxxxxxxx> wrote:
>>
>> On Sat, Aug 21, 2010 at 14:21, Aaron Schrab <aaron@xxxxxxxxxx> wrote:
>>
>> Seems fine except for this:
>>
>>> + Âlocal formats='(--info -i --man -m --web -w)'
>>
>> Although this is sort of nice it doesnât follow the style of this or
>> other completion files, so please write out the whole list in each
>> line.
>
> I think that results in unnecessary duplication, but I guess the list isn't
> big enough or likely to change often enough for that to be a major issue.
Actually, why not use
- '(formats)' \,
explicitly making the formats mutually exclusive?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author