zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Fix zshoptions claiming PCRE is enabled by default
@ 2017-02-16 16:18 Øystein Walle
  0 siblings, 0 replies; only message in thread
From: Øystein Walle @ 2017-02-16 16:18 UTC (permalink / raw)
  To: zsh-workers; +Cc: Øystein Walle

The zshoptions manpage says that regexp matching uses PCRE by default in
zsh emulation mode. This is incorrect.
---
 Doc/Zsh/options.yo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index aa62748..8414894 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -722,7 +722,7 @@ pindex(REMATCHPCRE)
 pindex(NOREMATCHPCRE)
 cindex(regexp, PCRE)
 cindex(PCRE, regexp)
-item(tt(REMATCH_PCRE) <Z>)(
+item(tt(REMATCH_PCRE))(
 If set, regular expression matching with the tt(=~) operator will use
 Perl-Compatible Regular Expressions from the PCRE library, if available.
 If not set, regular expressions will use the extended regexp syntax
-- 
2.2.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-17 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 16:18 [PATCH] Fix zshoptions claiming PCRE is enabled by default Øystein Walle

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