mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-26 21:51:03 +02:00
Danek: 30510: bad indentation in params.yo
This commit is contained in:
parent
f9257b66c8
commit
8b6c8b870a
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-15 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* Danek: 30510: Doc/Zsh/params.yo: bad indentation.
|
||||||
|
|
||||||
2012-06-10 Clint Adams <clint@zsh.org>
|
2012-06-10 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
* 30503: Completion/Unix/Command/_mosh: rudimentary
|
* 30503: Completion/Unix/Command/_mosh: rudimentary
|
||||||
|
@ -16355,5 +16359,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5666 $
|
* $Revision: 1.5667 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -226,6 +226,7 @@ example (assuming the option tt(KSH_ARRAYS) is not in effect):
|
||||||
example([[ ${array[(i)pattern]} -le ${#array} ]])
|
example([[ ${array[(i)pattern]} -le ${#array} ]])
|
||||||
|
|
||||||
If tt(KSH_ARRAYS) is in effect, the tt(-le) should be replaced by tt(-lt).
|
If tt(KSH_ARRAYS) is in effect, the tt(-le) should be replaced by tt(-lt).
|
||||||
|
)
|
||||||
item(tt(R))(
|
item(tt(R))(
|
||||||
Like `tt(r)', but gives the last match. For associative arrays, gives
|
Like `tt(r)', but gives the last match. For associative arrays, gives
|
||||||
all possible matches. May be used for assigning to ordinary array
|
all possible matches. May be used for assigning to ordinary array
|
||||||
|
@ -244,7 +245,6 @@ required; using a parameter to hold the key has the desired effect:
|
||||||
example(key2='original key'
|
example(key2='original key'
|
||||||
print ${array[(Re)$key2]})
|
print ${array[(Re)$key2]})
|
||||||
)
|
)
|
||||||
)
|
|
||||||
item(tt(i))(
|
item(tt(i))(
|
||||||
Like `tt(r)', but gives the index of the match instead; this may not be
|
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,
|
combined with a second argument. On the left side of an assignment,
|
||||||
|
|
Loading…
Reference in a new issue