1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 23:31:08 +02:00

zsh-workers/8536

This commit is contained in:
Tanaka Akira 1999-11-04 15:42:51 +00:00
parent c037d28368
commit cf2aed3500

View file

@ -1299,15 +1299,19 @@ dquote_parse(char endchar, int sub)
intick = 1, ALLOWHIST
break;
case '(':
if (!math || !bct)
pct++;
break;
case ')':
if (!math || !bct)
err = (!pct-- && math);
break;
case '[':
if (!math || !bct)
brct++;
break;
case ']':
if (!math || !bct)
err = (!brct-- && math);
break;
case '"':