1
0
Fork 0
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:
Peter Stephenson 2001-05-02 09:53:32 +00:00
parent ca29f22a86
commit 6a0c6b1b27
2 changed files with 5 additions and 0 deletions

View file

@ -2373,6 +2373,7 @@ tokenize(char *s)
case '*':
case '?':
case '=':
case ',':
for (t = ztokens; *t; t++)
if (*t == *s) {
if (bslash)