mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 23:11:11 +02:00
unposted: Remove a spurious blank link, which affected the rendered output.
This commit is contained in:
parent
60639c67f0
commit
8e95a9ca31
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2025-05-14 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2025-05-14 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* unposted: Doc/Zsh/options.yo, Test/E01options.ztst: Remove
|
||||||
|
a spurious blank link, which affected the rendered output.
|
||||||
|
|
||||||
* users/30257: Test/E01options.ztst: Add a test for an ERR_RETURN
|
* users/30257: Test/E01options.ztst: Add a test for an ERR_RETURN
|
||||||
bug fixed in workers/51076. Thanks to James Widman.
|
bug fixed in workers/51076. Thanks to James Widman.
|
||||||
|
|
||||||
|
|
|
@ -1769,7 +1769,6 @@ pindex(NOERRRETURN)
|
||||||
cindex(function return, on error)
|
cindex(function return, on error)
|
||||||
cindex(return from function, on error)
|
cindex(return from function, on error)
|
||||||
item(tt(ERR_RETURN))(
|
item(tt(ERR_RETURN))(
|
||||||
|
|
||||||
If a command has a non-zero exit status, return immediately from the
|
If a command has a non-zero exit status, return immediately from the
|
||||||
enclosing function. Except as explained below, an implicit tt(return)
|
enclosing function. Except as explained below, an implicit tt(return)
|
||||||
statement is executed following the same logic described for
|
statement is executed following the same logic described for
|
||||||
|
|
Loading…
Reference in a new issue