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

[PATCH] Fix zshoptions claiming PCRE is enabled by default



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



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