mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
unposted: missing space in list of cmdsubst constructs
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2026-04-09 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* unposted: Doc/Zsh/params.yo: missing space in list of cmdsubst
|
||||
constructs
|
||||
|
||||
2026-04-08 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 54295: Doc/Zsh/arith.yo: document that floating point
|
||||
|
||||
@@ -1083,7 +1083,7 @@ the shell.
|
||||
)
|
||||
item(tt(cmdsubst))(
|
||||
Command substitution using of the tt(`)var(...)tt(`),
|
||||
tt($+LPAR())var(...)tt(RPAR()),tt(${{)var(name)tt(}) var(...)tt(}),
|
||||
tt($+LPAR())var(...)tt(RPAR()), tt(${{)var(name)tt(}) var(...)tt(}),
|
||||
tt(${|)var(...)tt(}), or tt(${ )var(...)tt( }) constructs.
|
||||
)
|
||||
item(tt(equalsubst))(
|
||||
|
||||
Reference in New Issue
Block a user