1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-19 14:36:04 +02:00

Make clearer that globsubst doesn't affect brace expansion

This commit is contained in:
Peter Stephenson 2001-05-09 09:25:07 +00:00
parent b6a44fae76
commit 27a7c9cdeb
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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
braces from parameters, which opens a whole new kettle of worms.

View File

@ -473,7 +473,8 @@ item(tt(GLOB_SUBST) <C> <K> <S>)(
Treat any characters resulting from parameter expansion as being
eligible for file expansion and filename generation, and any
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)
cindex(hashing, of commands)