From 55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 5 Jul 2001 23:53:05 +0000 Subject: 15266: fix for ${(S)...%%...} --- 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 562e9bef2..d75450f7e 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -793,7 +793,8 @@ flag, or with tt(${)...tt(/)...tt(}) (only the var(expr)th match is substituted) or tt(${)...tt(//)...tt(}) (all matches from the var(expr)th on are substituted). The var(expr)th match is counted such that there is either one or zero matches from each starting -position in the string, although for global substitution matches +position in the string when scanning forwards, or to each finishing +position when scanning backwards, although for global substitution matches overlapping previous replacements are ignored. ) item(tt(M))( -- cgit 1.4.1