diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-05 23:53:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-07-05 23:53:05 +0000 |
commit | 55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e (patch) | |
tree | 95fbc5b5894ddcd08e92f5ee97c1121c28df762e /Doc/Zsh | |
parent | c4d9fa80a528ddbb69b40ee9c67418a26f9a991d (diff) | |
download | zsh-55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e.tar.gz zsh-55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e.tar.xz zsh-55d4ee8c6dbe1e459c973cca32c1a2add1ebd41e.zip |
15266: fix for ${(S)...%%...}
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/expn.yo | 3 |
1 files changed, 2 insertions, 1 deletions
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))( |