Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Odd behavior of quoted Zsh array subtraction
On Fri, Jul 23, 2021 at 2:51 AM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>
> You are in particular interested in the ordering relation between
> item 5 and item 7. [...] if the
> current level is double quoted then words will be joined before
> history modifiers are applied.
This is correct, but item 7 sort of sweeps up :| and :* (etc.) by
accident, because they aren't really history modifiers. For example,
// is called out explicitly there, but :/ is not. Item 7 has not been
kept up to date with several of the more recently added forms of
parameter manipulation.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author