about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-04-30 12:29:52 -0700
committerBart Schaefer <schaefer@zsh.org>2022-04-30 12:29:52 -0700
commitfc1ae21fdac97399163b93e26818fadebcc11cf7 (patch)
tree0126e90eb538f537b7fcbb54accc3028e2297d92 /Doc
parent276020522e91212bed496c2048b1b24b0817218a (diff)
downloadzsh-fc1ae21fdac97399163b93e26818fadebcc11cf7.tar.gz
zsh-fc1ae21fdac97399163b93e26818fadebcc11cf7.tar.xz
zsh-fc1ae21fdac97399163b93e26818fadebcc11cf7.zip
unposted: Add details about ${(*)...} expansion
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index bbacc6ae4..eb8cdbae5 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1498,8 +1498,9 @@ form using `tt(%%)' will remove the same matches as for `tt(##)' in reverse
 order.
 )
 item(tt(*))(
+pindex(EXTENDED_GLOB, enable)
 Enable tt(EXTENDED_GLOB) for substitution via tt(${)...tt(/)...tt(}) or
-tt(${)...tt(//)...tt(}).
+tt(${)...tt(//)...tt(}).  Note that `tt(**)' does not disable extendedglob.
 )
 item(tt(B))(
 Include the index of the beginning of the match in the result.