From ae59461445959bb2f8dc8ff791f401170d204c78 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sat, 10 Nov 2007 17:31:48 +0000 Subject: Merge of users/11079: point out that 1(2##) may not work. --- Doc/Zsh/expn.yo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doc') 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) -- cgit 1.4.1