diff options
author | Øystein Walle <oystwa@gmail.com> | 2017-02-16 17:18:13 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-02-17 15:34:03 +0000 |
commit | e329a8d62ddca82fcd982c4bfb810660072ac419 (patch) | |
tree | fd62adf8855e37ed291310f19bbbb19116d764c3 /Doc/Zsh/options.yo | |
parent | e9ce00174921354099d96813fc73d62243923904 (diff) | |
download | zsh-e329a8d62ddca82fcd982c4bfb810660072ac419.tar.gz zsh-e329a8d62ddca82fcd982c4bfb810660072ac419.tar.xz zsh-e329a8d62ddca82fcd982c4bfb810660072ac419.zip |
40568: REMATCH_PCRE is not enabled by default, fix doc.
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index aa6274814..84148941b 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 |