Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] _arguments/comparguments broken on master
- X-seq: zsh-workers 49194
- From: Matthew Martin <phy1729@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [BUG] _arguments/comparguments broken on master
- Date: Mon, 26 Jul 2021 17:16:54 -0500
- Archived-at: <https://zsh.org/workers/49194>
- In-reply-to: <CAHLkEDv9H_Yd-O=eCOKBU4aKsyC5Fv_xE=89=hBYa5z8=7Fz1A@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- References: <CAHLkEDv9H_Yd-O=eCOKBU4aKsyC5Fv_xE=89=hBYa5z8=7Fz1A@mail.gmail.com>
On Thu, Jul 22, 2021 at 10:43:01PM +0300, Marlon Richert wrote:
> For example:
>
> % zsh -<TAB>
> _arguments:comparguments:409: not enough arguments
> % zsh -
> zsh: do you wish to see all 388 possibilities (91 lines)?
You're likely running a zsh with deca7c9 but an _arguments without it.
commit deca7c928520fba5a73383f1cac0b3ace8e0e45d
Author: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
Date: Mon Apr 27 19:30:40 2020 +0000
45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.
Also, write/extend docstrings for sepjoin() and zjoin().
Messages sorted by:
Reverse Date,
Date,
Thread,
Author