mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
Make X{$~foo}Y where $foo contains commas behave as expected
This commit is contained in:
parent
ca29f22a86
commit
6a0c6b1b27
2 changed files with 5 additions and 0 deletions
|
@ -2373,6 +2373,7 @@ tokenize(char *s)
|
|||
case '*':
|
||||
case '?':
|
||||
case '=':
|
||||
case ',':
|
||||
for (t = ztokens; *t; t++)
|
||||
if (*t == *s) {
|
||||
if (bslash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue