Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Feature Patch: Use completion to view parameter values
- X-seq: zsh-workers 48359
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>, Marlon Richert <marlon.richert@xxxxxxxxx>
- Subject: Re: Feature Patch: Use completion to view parameter values
- Date: Wed, 31 Mar 2021 23:03:33 +0000
- Archived-at: <https://zsh.org/workers/48359>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-03/20210331230333.GB16838%40tarpaulin.shahaf.local2>
- In-reply-to: <20210331225514.GA16838@tarpaulin.shahaf.local2>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDtf6JqSn86duXjEuQFXGKJn8COcxnEypoOUV=V63SsdPQ@mail.gmail.com> <20210329073913.GP18178@tarpaulin.shahaf.local2> <CAHLkEDuHjvRhXhcX4iqZ0mJuAabcpSnRikunLeK9Y2Ucjhf0oQ@mail.gmail.com> <20210329171120.GA6044@tarpaulin.shahaf.local2> <CAH+w=7bD9bA-AKV4NoQ9YZVM_VpSMgX8GcLjSVhgP06KYokM_A@mail.gmail.com> <20210329181452.GB6044@tarpaulin.shahaf.local2> <CAHYJk3Tfb0xqP_QoAGoTOd3RKOqDLW9o8Zs7MepkCtkEv-8MJw@mail.gmail.com> <20210331225514.GA16838@tarpaulin.shahaf.local2>
Daniel Shahaf wrote on Wed, Mar 31, 2021 at 22:55:14 +0000:
> +>4294967295
> +>4294967296
> +>4294967297
> +>9223372036854775807
> +*>(-9223372036854775808|9223372036854775809)
> +*>(-9223372036854775807|9223372036854775810)
Fixed the off-by-one on the RHS.
Also pushed the result to my github, if anyone wants to play with this.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author