Re: [PATCH] Restrict named directories to scalar parameters.

Bart Schaefer <[email protected]> Sun, 21 Jun 2026 20:57:51 -0700
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <CAH+w=7ZQHjjdQr3zdKLd9tehJ12D4pHMAoTRxFd-o54C6V6uoQ@mail.gmail.com>
On Tue, Jun 16, 2026 at 1:43 PM Philippe Altherr
<[email protected]> wrote
>
> Here is an updated patch where the test uses the null PS1 trick.
>
> +   echo "nameddirs=( ${(kv)nameddirs} )"

Noting that this is done because nameddirs is a hidden parameter, so
"typeset -p" won't print its value.  Worth mentioning in the file?