about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-27 10:26:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-27 10:26:55 +0000
commitc4679383109f8e4f93c13b1eb30d352503b943e0 (patch)
tree96dabd5182c3fa2710cdc47f0084dbdf374191c2 /Doc
parentddb336e6f76c7dcd19cdf230f7a82cb0a969781c (diff)
downloadzsh-c4679383109f8e4f93c13b1eb30d352503b943e0.tar.gz
zsh-c4679383109f8e4f93c13b1eb30d352503b943e0.tar.xz
zsh-c4679383109f8e4f93c13b1eb30d352503b943e0.zip
unposted: more NEWS
users/12870: document that modifiers in glob qualifiers activate
global globbing behaviour
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo13
1 files changed, 7 insertions, 6 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 3d4c92d4a..aa7018798 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2176,12 +2176,13 @@ in brackets (`tt([...])').
 
 If a `tt(:)' appears in a qualifier list, the remainder of the expression in
 parenthesis is interpreted as a modifier (see noderef(Modifiers)
-in noderef(History Expansion)).  Note that
-each modifier must be introduced by a separate `tt(:)'.  Note also that the
-result after modification does not have to be an existing file.  The
-name of any existing file can be followed by a modifier of the form
-`tt((:..))' even if no actual filename generation is performed.
-Thus:
+in noderef(History Expansion)).  Each modifier must be introduced by a
+separate `tt(:)'.  Note also that the result after modification does not
+have to be an existing file.  The name of any existing file can be followed
+by a modifier of the form `tt((:..))' even if no actual filename generation
+is performed, although note that the presence of the parentheses
+causes the entire expression to be subjected to any global pattern matching
+options such as tt(NULL_GLOB). Thus:
 
 example(ls *(-/))