diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-06-15 21:22:36 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-06-15 21:22:36 +0000 |
commit | 8b6c8b870a9582ad9fcbfc9d876ccbee167a89b8 (patch) | |
tree | 1b84a031ab852c624b9402df55ca3bab72ecb647 /Doc | |
parent | f9257b66c87830fbdc271a09f1ccb3f5f01c7927 (diff) | |
download | zsh-8b6c8b870a9582ad9fcbfc9d876ccbee167a89b8.tar.gz zsh-8b6c8b870a9582ad9fcbfc9d876ccbee167a89b8.tar.xz zsh-8b6c8b870a9582ad9fcbfc9d876ccbee167a89b8.zip |
Danek: 30510: bad indentation in params.yo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index f6a109007..5991921f8 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -226,6 +226,7 @@ example (assuming the option tt(KSH_ARRAYS) is not in effect): 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 @@ required; using a parameter to hold the key has the desired effect: 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, |