zsh-workers
 help / color / mirror / code / Atom feed
* (z) flag parses '$(' into '$( '
@ 2016-01-16 14:45 Sebastian Gniazdowski
  2016-01-16 15:02 ` Sebastian Gniazdowski
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Gniazdowski @ 2016-01-16 14:45 UTC (permalink / raw)
  To: Zsh hackers list

Hello,
# str='$(' result=( "${(Z+n+)str}" ); echo "|${result[1]}|"
|$( |
# str='$(' result=( "${(z)str}" ); echo "|${result[1]}|"
|$( |

Best regards,
Sebastian Gniazdowski


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: (z) flag parses '$(' into '$( '
  2016-01-16 14:45 (z) flag parses '$(' into '$( ' Sebastian Gniazdowski
@ 2016-01-16 15:02 ` Sebastian Gniazdowski
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Gniazdowski @ 2016-01-16 15:02 UTC (permalink / raw)
  To: Zsh hackers list

Fixed around zsh-5.1.1-dev-0 (didn't ran bisec to find exact commit)

Ignore my email

Best regards,
Sebastian Gniazdowski


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-16 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-16 14:45 (z) flag parses '$(' into '$( ' Sebastian Gniazdowski
2016-01-16 15:02 ` Sebastian Gniazdowski

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).