mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
Make clearer that globsubst doesn't affect brace expansion
This commit is contained in:
parent
b6a44fae76
commit
27a7c9cdeb
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2001-05-09 Peter Stephenson <pws@csr.com>
|
2001-05-09 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* 14280: Doc/Zsh/options.yo: make clearer that GLOB_SUBST doesn't
|
||||||
|
affect braces and commas.
|
||||||
|
|
||||||
* unposted: back off 14140, since logically it implies tokenizing
|
* unposted: back off 14140, since logically it implies tokenizing
|
||||||
braces from parameters, which opens a whole new kettle of worms.
|
braces from parameters, which opens a whole new kettle of worms.
|
||||||
|
|
||||||
|
|
|
@ -473,7 +473,8 @@ item(tt(GLOB_SUBST) <C> <K> <S>)(
|
||||||
Treat any characters resulting from parameter expansion as being
|
Treat any characters resulting from parameter expansion as being
|
||||||
eligible for file expansion and filename generation, and any
|
eligible for file expansion and filename generation, and any
|
||||||
characters resulting from command substitution as being eligible for
|
characters resulting from command substitution as being eligible for
|
||||||
filename generation.
|
filename generation. Braces (and commas in between) do not become eligible
|
||||||
|
for expansion.
|
||||||
)
|
)
|
||||||
pindex(HASH_CMDS)
|
pindex(HASH_CMDS)
|
||||||
cindex(hashing, of commands)
|
cindex(hashing, of commands)
|
||||||
|
|
Loading…
Reference in a new issue