1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

back out 15266

This commit is contained in:
Peter Stephenson 2001-07-06 09:03:46 +00:00
parent a45ff6cdb7
commit 40e17d980f
3 changed files with 14 additions and 59 deletions

View file

@ -793,8 +793,7 @@ 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 when scanning forwards, or to each finishing
position when scanning backwards, although for global substitution matches
position in the string, although for global substitution matches
overlapping previous replacements are ignored.
)
item(tt(M))(