diff options
| author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-09-13 20:58:55 +0100 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-09-13 20:58:55 +0100 |
| commit | 7ca2e97c14cd7927c1ee688880884a2bd152fc68 (patch) | |
| tree | 9e679f1b0c048559e2ace0a4c7bf75df5b418e33 | |
| parent | First go at var=([key]=value) syntax. (diff) | |
| download | zsh-7ca2e97c14cd7927c1ee688880884a2bd152fc68.tar zsh-7ca2e97c14cd7927c1ee688880884a2bd152fc68.tar.gz zsh-7ca2e97c14cd7927c1ee688880884a2bd152fc68.tar.bz2 zsh-7ca2e97c14cd7927c1ee688880884a2bd152fc68.tar.lz zsh-7ca2e97c14cd7927c1ee688880884a2bd152fc68.tar.xz zsh-7ca2e97c14cd7927c1ee688880884a2bd152fc68.tar.zst zsh-7ca2e97c14cd7927c1ee688880884a2bd152fc68.zip | |
unposted: typo in doc just committed
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Doc/Zsh/params.yo | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2017-09-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: typo in proceeding Doc noticed by Oliver. + * 41698: Doc/Zsh/params.yo, Src/builtin.c, Src/exec.c, Src/params.c, Src/zsh.h, Test/B02typeset.ztst, Test/D04parameter.ztst: add ([key]=val) assignment syntax. diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 31266a7d0..33e9fd69a 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -101,7 +101,7 @@ which a value is assigned will be assigned an empty string. The indices may be in any order. Note that this syntax is strict: tt([) and tt(]=) must not be quoted, while var(key) may not consist of the unquoted string tt(]=), but is otherwise treated as a simple string. Furthermore, all -elements must match this form or an error is genereted; likewise, if the +elements must match this form or an error is generated; likewise, if the first entry does not match this form any later entry that does is taken as a simple value rather than a key / value pair. The enhanced forms of subscript expression that may be used when directly subscripting a |
