Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: support more arguments to diff
- X-seq: zsh-workers 42668
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: support more arguments to diff
- Date: Tue, 17 Apr 2018 04:22:38 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=n6aYmSB9HYBMaE3izbiAYXxmRRduRq2XAmr6OvvwbSU=; b=OPR7PFcrXQDy/DQPL/uj8qwDxmkO47BVL1GgfutlMBg9H/bXh3CfhdGrOORbLojc9D h+rSdjKUw5ID2kDqZgpDt2pzdMv4i+fBl9TwENPe7xlD79U9QbUXODogqTd3ul55Dw4J pdphsGtR7r9Pd67PZtj+/Vc9VO7UnPiL47Jr8=
- In-reply-to: <20180416145913.wv637mfnw5hfe2fi@Daniels-MacBook-Air.local>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAF6rxgmh+N8VdjzN-jGA4QHPJANLkMJ-JZXChb-28DZxxLVa7Q@mail.gmail.com> <20180416145913.wv637mfnw5hfe2fi@Daniels-MacBook-Air.local>
On 16 April 2018 at 07:59, Daniel Tameling <tamelingdaniel@xxxxxxxxx> wrote:
> On Sun, Apr 15, 2018 at 10:48:08PM -0700, Eitan Adler wrote:
>> This patch isn't perfect since {Net,DragonFly,Open,Free}BSD are not
>> identical but this patch at leasts makes the completion a lot closer
>> to reality.
>>
>> Currently FreeBSD doesn't even show -q for example.
>>
>
> Did the patch change the behavior of diff completion for you? On my
> FreeBSD, diff is some GNU variant, and I think that it's the default
> and that I didn't install it via pkg:
FreeBSD is in the process of converting to a new diff implementation.
This resulted in me seeing a huge difference with this patch.
I'd also like to port this particular diff implementation to the other
BSDs, hence adding all of them to the case statement.
> I think the reason why there is only openbsd in the else branch is
> that all the other ship with some kind of GNU diff. (At least that is
> what the online man pages of dragonfly and netbsd indicate.) However,
> the versions seem to differ wildly across BSDs.
Makes sense from a historical point of view.
--
Eitan Adler
Messages sorted by:
Reverse Date,
Date,
Thread,
Author