Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] improved git completion
- X-seq: zsh-workers 24480
- From: "Nikolai Weibull" <now@xxxxxxxx>
- To: dominik.vogt@xxxxxx, "Zsh Workers" <zsh-workers@xxxxxxxxxx>
- Subject: Re: [PATCH] improved git completion
- Date: Tue, 29 Jan 2008 09:51:52 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=zg+U2en9o6asOXuHljSOiJdcMSbRe7yDpP+Coj+BHuE=; b=VmasjtLRyMSljH3CMSjVGHSEKERi9nLq+Wk7Ugifh6J+IUMXSxWtovIF1ZAWotOUfo7n8EXAarq85rpJOygAngk8RCA51KBKVr+SAi3tK09pAfQV5a0R6mP2NbFhH2Jze+jXFgeqAiDUFAwhXQ2WR09h2SvkZDXLi+sOWjQpn3M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=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=Mwhche5ASB52LcbOtbIJqGKDcqDFZRXHf0IhznjGKB4HKEpAX/DB96v6p6knuVQiPRVVkynqgLvPlJb1X6HKmTn6zBUp3IUuUZqoZxA6qXRM8tdKUBEu6hr1AZrcEm+w3Hg04N5lx+YC60PDLOnOHifEzzW20yW07juJRDjWNU0=
- In-reply-to: <20080129083809.GB3358@xxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080124184704.GA864@xxxxxx> <dbfc82860801280145v6f620c13x79a69c1212140ddf@xxxxxxxxxxxxxx> <20080129083809.GB3358@xxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On Jan 29, 2008 9:38 AM, Dominik Vogt <dominik.vogt@xxxxxx> wrote:
> On Mon, Jan 28, 2008 at 10:45:50AM +0100, Nikolai Weibull wrote:
> > On Jan 24, 2008 7:47 PM, Dominik Vogt <dominik.vogt@xxxxxx> wrote:
> > > 0002*
> > > Also replaces $* with $@ in some places
> > Why?
> It should have been "$@", not just $@, sorry.
>
> The reason is that $*, $@ or "$*" don't handle whitespace in the
> arguments. Only "$@" keeps the original tokens.
Not in Zsh, unless you set a funky environment up for yourself, which
isn't the case in this completion definition.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author