zsh-workers
 help / color / mirror / code / Atom feed
* Another minor =~ glitch
@ 2017-04-07 17:33 Bart Schaefer
  2017-04-08  1:58 ` Roland Eggner
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Schaefer @ 2017-04-07 17:33 UTC (permalink / raw)
  To: zsh-workers

Side note to the REMATCH_PCRE thread:  xtrace output shows what's being
done, but it can't be "played back":

torch% set -x
torch% [[ foo =~ .* ]]
+Src/zsh:2> [[ foo -regex-match .* ]]
torch% [[ foo -regex-match .* ]]
+Src/zsh:3> [[zsh: unknown condition: -regex-match
 ]]
torch% 


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

end of thread, other threads:[~2017-06-19 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 17:33 Another minor =~ glitch Bart Schaefer
2017-04-08  1:58 ` Roland Eggner
2017-04-08  5:23   ` Bart Schaefer
2017-06-14  4:45     ` Mikael Magnusson
2017-06-14  4:49       ` Mikael Magnusson
2017-06-19 10:06       ` PATCH: dupstring a possibly readonly string before modifying Mikael Magnusson

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).