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:
parent
e859ee1a4b
commit
b6a44fae76
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user