mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-22 12:31:26 +01:00
33319: fix parens in example from 33312
This commit is contained in:
parent
3aa5544638
commit
c080bd52bc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-10-01 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 33319: Doc/Zsh/grammar.yo: fix parens in example from 33312
|
||||
|
||||
2014-10-02 Axel Beckert <abe@deuxchevaux.org>
|
||||
|
||||
* 33284: Mathieu Malaterre: Completion/Unix/Command/_{graphics,
|
||||
|
|
|
@ -356,7 +356,7 @@ forming a globbing pattern in that case.
|
|||
In any of the forms above, a redirection may appear outside the
|
||||
function body, for example
|
||||
|
||||
example(func() { ... } 2>&1)
|
||||
example(func+LPAR()RPAR() { ... } 2>&1)
|
||||
|
||||
The redirection is stored with the function and applied whenever the
|
||||
function is executed. Any variables in the redirection are expanded
|
||||
|
|
Loading…
Reference in a new issue