Re: [PATCH] zsh_eval_context: add math context

dana <[email protected]> Thu, 09 Jul 2026 21:17:04 -0500
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <[email protected]>
On Wed 8 Jul 2026, at 21:03, Mikael Magnusson wrote:
> I tried both this variant, and
> () { echo > $1 } >( read; contextfn )

i mentioned on irc that i used : specifically because i was originally
going to suggest cat, and it would have printed the new-line with echo.
but it doesn't matter here afaik

anyway ty for testing, committed

dana