about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-10 17:31:48 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-10 17:31:48 +0000
commitae59461445959bb2f8dc8ff791f401170d204c78 (patch)
tree6f8b0ac85bfb7f8e5d6aea2d31be0df5cc4614d4 /Doc
parent756acdc5d313715b59374700adc8b35cc7e8908d (diff)
downloadzsh-ae59461445959bb2f8dc8ff791f401170d204c78.tar.gz
zsh-ae59461445959bb2f8dc8ff791f401170d204c78.tar.xz
zsh-ae59461445959bb2f8dc8ff791f401170d204c78.zip
Merge of users/11079: point out that 1(2##) may not work.
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 f0ff767d2..ebd900d16 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1427,7 +1427,8 @@ item(var(x)tt(##))(
 Matches one or more occurrences of the pattern var(x).
 This operator has high precedence; `tt(12##)' is equivalent to `tt(1(2##))',
 rather than `tt((12)##)'.  No more than two active `tt(#)' characters may
-appear together.
+appear together.  (Note the potential clash with glob qualifiers in the
+form `tt(1(2##))' which should therefore be avoided.)
 )
 enditem()
 subsect(ksh-like Glob Operators)