mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-02 07:51:09 +02:00
unposted (after 45183): Fix yodl error: "contrib.yo:4457: No macro: back(...)".
This commit is contained in:
parent
b591d43113
commit
759daf2362
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2020-01-02 Daniel Shahaf <danielsh@apache.org>
|
2020-01-02 Daniel Shahaf <danielsh@apache.org>
|
||||||
|
|
||||||
|
* unposted (after 45183): Doc/Zsh/contrib.yo: Fix yodl error:
|
||||||
|
"contrib.yo:4457: No macro: back(...)".
|
||||||
|
|
||||||
* 45181: Src/glob.c, Test/D04parameter.ztst: Fix workers/45164:
|
* 45181: Src/glob.c, Test/D04parameter.ztst: Fix workers/45164:
|
||||||
${(S)%%} will now consider the empty string as a potential match.
|
${(S)%%} will now consider the empty string as a potential match.
|
||||||
|
|
||||||
|
|
|
@ -4432,7 +4432,7 @@ list of files from the command to run (`tt(ls -ld --)').
|
||||||
The first `tt(-)tt(-)' would also be needed if there was a chance the
|
The first `tt(-)tt(-)' would also be needed if there was a chance the
|
||||||
list might be empty as in:
|
list might be empty as in:
|
||||||
|
|
||||||
example(zargs -r -- ./*.back(#qN) -- rm -f)
|
example(zargs -r -- ./*.back+LPAR()#qN+RPAR() -- rm -f)
|
||||||
|
|
||||||
In the event that the string `tt(-)tt(-)' is or may be an var(input), the
|
In the event that the string `tt(-)tt(-)' is or may be an var(input), the
|
||||||
tt(-e) option may be used to change the end-of-inputs marker. Note that
|
tt(-e) option may be used to change the end-of-inputs marker. Note that
|
||||||
|
|
Loading…
Reference in a new issue