1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

Back off 14140 (tokenize comma)

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

@ -1,3 +1,8 @@
2001-05-09 Peter Stephenson <pws@csr.com>
* unposted: back off 14140, since logically it implies tokenizing
braces from parameters, which opens a whole new kettle of worms.
2001-05-09 Sven Wischnowsky <wischnow@zsh.org>
* 14279: Doc/Zsh/compsys.yo: add description of how to add a

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