From b8108d295f18b45c802114db1fe82cb770a15691 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 12 Dec 2006 10:55:35 +0000 Subject: users/11079: 1(2##) --- ChangeLog | 9 +++++++-- Doc/Zsh/expn.yo | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88243e5a5..8cf2ff621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +2006-12-12 Peter Stephenson + + * users/11079: Doc/Zsh/expn.yo: point out that 1(2##) may not + work. + 2006-12-10 Peter Stephenson - * unpost: Doc/Zsh/zle.yo: documentation for CUTBUFFER and killring - ought to be more explicit about their connection. + * unposted: Doc/Zsh/zle.yo: documentation for CUTBUFFER and + killring ought to be more explicit about their connection. * 23044: Src/builtin.c: print -c/-C is yet another version of print no one bothered to fix up to handle unmetafication diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 4095dab2b..c9c67bebb 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1504,7 +1504,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