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

Re: [PATCH] zformat: replace -qn by spec quoting indicator syntax



On Sun 14 Jun 2026, at 04:39, Bart Schaefer wrote:
> Do we really never need "%%" to mean a literal "%" ?
>
> Maybe something like %.d or %*d ?

if i understand what you're asking, it's not meaningful here

this only affects the syntax used to define specs, basically changing it
from <char>:<string> to [<quote>]<char>:<string>, where the optional
<quote> is either % or %%. <char> can only be a single ascii char and it
was already illegal for it to be %

dana




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