From 27a7c9cdebbc9211890d87a14e62876159d56c2d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 9 May 2001 09:25:07 +0000 Subject: Make clearer that globsubst doesn't affect brace expansion --- ChangeLog | 3 +++ Doc/Zsh/options.yo | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67762161c..3a9971cd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-09 Peter Stephenson + * 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. diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 025368d7c..3d523e85c 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -473,7 +473,8 @@ item(tt(GLOB_SUBST) )( 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) -- cgit 1.4.1