Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Clarify namespaces starting with a .



On Wed, May 21, 2025 at 6:39 PM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
>
> The way this was written to me implied that the . was so optional that it referred to the same parameter, but this is not the case, so clarify this. Also remove duplicated text

I'm fine with this.

> It seems that leading dots are now also allowed for non-namespace parameters, eg .foo=bar but I'm not sure if this is already mentioned somewhere?

Hmm, it may not be documented anywhere other than in the K02 test file:

  .k=OK
  print ${.k}
0:Bare namespace is usable (ksh compatibility)
>OK




Messages sorted by: Reverse Date, Date, Thread, Author