mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
unposted: nodref -> noderef
This commit is contained in:
parent
ab7be4238c
commit
c2d4fa50ed
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2017-09-15 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* unposted: Doc/Zsh/params.yo: nodref -> noderef.
|
||||||
|
|
||||||
2017-09-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2017-09-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* Doc/Zsh/expn.yo, Doc/ZSh/params.yo, Src/params.c,
|
* Doc/Zsh/expn.yo, Doc/ZSh/params.yo, Src/params.c,
|
||||||
|
|
|
@ -111,7 +111,7 @@ allowed for single word shell expansions (this does not include filename
|
||||||
generation); these are as performed by the parameter expansion flag
|
generation); these are as performed by the parameter expansion flag
|
||||||
tt(LPAR()e+RPAR()) as described in
|
tt(LPAR()e+RPAR()) as described in
|
||||||
ifzman(zmanref(zshparam))\
|
ifzman(zmanref(zshparam))\
|
||||||
ifnzman(nodref(Parameter Expansion)).
|
ifnzman(noderef(Parameter Expansion)).
|
||||||
|
|
||||||
If no parameter var(name) exists, an ordinary array parameter is created.
|
If no parameter var(name) exists, an ordinary array parameter is created.
|
||||||
If the parameter var(name) exists and is a scalar, it is replaced by a new
|
If the parameter var(name) exists and is a scalar, it is replaced by a new
|
||||||
|
|
Loading…
Reference in a new issue