Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
patch for Doc/Zsh/params.yo
- X-seq: zsh-workers 30510
- From: Danek Duvall <duvall@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: patch for Doc/Zsh/params.yo
- Date: Fri, 15 Jun 2012 13:16:03 -0700
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Noticed this in the manpage, with the "R" paragraph indented too far.
Luckily, pretty straightforward.
--- Doc/Zsh/params.yo Fri Jun 15 13:15:01 2012
+++ Doc/Zsh/params.yo.new Fri Jun 15 13:15:08 2012
@@ -226,6 +226,7 @@
example([[ ${array[(i)pattern]} -le ${#array} ]])
If tt(KSH_ARRAYS) is in effect, the tt(-le) should be replaced by tt(-lt).
+)
item(tt(R))(
Like `tt(r)', but gives the last match. For associative arrays, gives
all possible matches. May be used for assigning to ordinary array
@@ -244,7 +245,6 @@
example(key2='original key'
print ${array[(Re)$key2]})
)
-)
item(tt(i))(
Like `tt(r)', but gives the index of the match instead; this may not be
combined with a second argument. On the left side of an assignment,
Thanks,
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author