about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-05-03 09:20:09 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-05-03 09:20:09 +0000
commitff7644409a4dc761602fcc07c5932bedd67e2bec (patch)
treef296b1b1a8adae9b67860a70d0e0b123bae4c056 /Doc/Zsh/expn.yo
parent8ac002dab1d86974c477bd0a899a2a9bbf8b8f72 (diff)
downloadzsh-ff7644409a4dc761602fcc07c5932bedd67e2bec.tar.gz
zsh-ff7644409a4dc761602fcc07c5932bedd67e2bec.tar.xz
zsh-ff7644409a4dc761602fcc07c5932bedd67e2bec.zip
unposted, c.f. 30465: add index entries and cross-references
for match, mbegin, mend, MATCH, MBEGIN, MEND
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index dbbdc5073..8afd92532 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1967,6 +1967,9 @@ item(tt(I))(
 Case sensitive:  locally negates the effect of tt(i) or tt(l) from
 that point on.
 )
+vindex(match)
+vindex(mbegin)
+vindex(mend)
 item(tt(b))(
 Activate backreferences for parenthesised groups in the pattern;
 this does not work in filename generation.  When a pattern with a set of
@@ -2035,6 +2038,9 @@ matches; tt(LPAR()#c,)var(M)tt(RPAR()) is equivalent to specifying var(N)
 as 0; tt(LPAR()#c)var(N)tt(,RPAR()) specifies that there is no maximum
 limit on the number of matches.
 )
+vindex(MATCH)
+vindex(MBEGIN)
+vindex(MEND)
 item(tt(m))(
 Set references to the match data for the entire string matched; this is
 similar to backreferencing and does not work in filename generation.  The