Re: more splitting

Bart Schaefer <[email protected]> Tue, 14 Apr 2026 20:36:48 -0700
Newsgroups gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user
Message-ID <CAH+w=7b5FKcuPyTXFunB3KzM=Jx8bLoPbeut2GSJLG_TDtZFfQ@mail.gmail.com>
On Tue, Apr 14, 2026 at 8:26 PM Bart Schaefer <[email protected]> wrote:
>
>     print -rC1 -- ${(q+)${(Q)@}}

Sorry, there's an extra (Q) in there, should be just
    print -rC1 -- ${(q+)@}

Too much copy-pasting.