mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
29388, 29680: clarify note about e:string: quoting.
This commit is contained in:
parent
516ea294b8
commit
7db1a0cf3d
2 changed files with 6 additions and 3 deletions
|
@ -11,6 +11,9 @@
|
||||||
* unposted: Src/jobs.c: fix capitalized word in the middle of
|
* unposted: Src/jobs.c: fix capitalized word in the middle of
|
||||||
a sentence.
|
a sentence.
|
||||||
|
|
||||||
|
* 29388, 29680: Doc/Zsh/expn.yo: clarify note about e:string:
|
||||||
|
quoting.
|
||||||
|
|
||||||
2011-08-14 Barton E. Schaefer <schaefer@zsh.org>
|
2011-08-14 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 29677: Src/exec.c, Src/signals.c, Src/zsh.h: flag jobs that are
|
* 29677: Src/exec.c, Src/signals.c, Src/zsh.h: flag jobs that are
|
||||||
|
@ -15254,5 +15257,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5427 $
|
* $Revision: 1.5428 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -2367,8 +2367,8 @@ latter is inserted into the command line word by word.
|
||||||
|
|
||||||
For example, suppose a directory contains a single file `tt(lonely)'. Then
|
For example, suppose a directory contains a single file `tt(lonely)'. Then
|
||||||
the expression `tt(*(e:'reply=(${REPLY}{1,2})':))' will cause the words
|
the expression `tt(*(e:'reply=(${REPLY}{1,2})':))' will cause the words
|
||||||
`tt(lonely1 lonely2)' to be inserted into the command line. Note the
|
`tt(lonely1)' and `tt(lonely2)' to be inserted into the command line. Note
|
||||||
quotation marks.
|
the quoting of var(string).
|
||||||
|
|
||||||
The form tt(PLUS())var(cmd) has the same effect, but no delimiters appear
|
The form tt(PLUS())var(cmd) has the same effect, but no delimiters appear
|
||||||
around var(cmd). Instead, var(cmd) is taken as the longest sequence of
|
around var(cmd). Instead, var(cmd) is taken as the longest sequence of
|
||||||
|
|
Loading…
Reference in a new issue