Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Add glob qualifier grouping operator to completion
- X-seq: zsh-workers 51984
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Add glob qualifier grouping operator to completion
- Date: Sat, 22 Jul 2023 16:01:13 -0700
- Archived-at: <https://zsh.org/workers/51984>
- In-reply-to: <egj6ohaj5xye37qhy7xz37cgx7x54qpa7eivj2twsefprlptap@xuqmuf3cppjf>
- List-id: <zsh-workers.zsh.org>
- References: <egj6ohaj5xye37qhy7xz37cgx7x54qpa7eivj2twsefprlptap@xuqmuf3cppjf>
On Thu, Jul 20, 2023 at 3:52 AM Atte Peltomäki <koston@xxxxxx> wrote:
>
> Also improve wording in documentation to make glob qualifier grouping
> easier to find by explicit use of terms 'logical OR' and 'logical AND'.
Not to rule out applying this patch, but I don't suppose anyone is
interested in trying to convert _globquals to use e.g. _sequence so
that comma can be treated as a separator instead of as another
qualifier? This might require changes in the callers of _globquals.
It might also make it more complicated to generate a description for
comma in the manner of this patch.
While wishlisting, it'd also be nice if typing ")" auto-removed a
trailing comma, because an empty OR-condition is not an "unknown file
attribute" but renders the whole thing moot.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author