Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Performance numbers on "if [" vs. "[" alone vs. "if [[" vs. "[[" alone
- X-seq: zsh-users 21932
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Performance numbers on "if [" vs. "[" alone vs. "if [[" vs. "[[" alone
- Date: Fri, 16 Sep 2016 21:17:03 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=PBf8FgsLMkTTfQbkq5OCXI2Jo9NMoIA/3DQ1tpwT1EQ=; b=D3O6Vr6K8ApLvBHHcwwvJFcVN8KE8/Y5KfesarPjHFTocgeoXq9gClrryT5piGvPr2 NKaY+d029ZVz1oFMH2qy7YCydcwE5kuBEwSOPD9CtB1vy6uY2FEHFiwB3vFLqEBVWoT6 sQuhguTIOtfj6BdHYjURxBR1GXRKiBNGvboNBwlie2w2JwdAuMKYRgdRe7GEYhRRDURU /dB2E5IqdglO2WmGtIMLbt6aS/qejEfbw/MqqatoJtibTUn9qDCRyRlY1LxRJr9zDPCw Bh4dZPPHmQ+2koCSGwKQHUGz72rUc28HQtwnvTFxvnLSq47eKo5CAU+CP/jehzaR3Q+o ajfA==
- In-reply-to: <CAKc7PVD1bo+k-yfEuLEwYSZUkg6S1xpMu-eKci0mztyv97KPsg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBEe=Wz=OL+T=ZqHn2ivra1=XFmToprzMESGezmzy2dbw@mail.gmail.com> <CAKc7PVD1bo+k-yfEuLEwYSZUkg6S1xpMu-eKci0mztyv97KPsg@mail.gmail.com>
On Fri, Sep 16, 2016 at 3:18 AM, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
>
> BTW. Running attached parse.zsh on toparse.zsh with zsh-5.2 in shebang
> produces following difference in generated region_highlight, to
> /bin/zsh (OS X 5.0.8):
>
> 439c439
> < 3878 3885 fg=yellow
> ---
>> 3878 3885 fg=green
That's because the word "integer" changed from a command to a keyword
between 5.0.8 and 5.1.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author