mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
zsh-workers/9958
This commit is contained in:
parent
3622c3ea7d
commit
3bb9961169
1 changed files with 2 additions and 0 deletions
|
@ -1335,6 +1335,7 @@ par_funcdef(void)
|
||||||
lineno += oldlineno;
|
lineno += oldlineno;
|
||||||
ecnpats = onp;
|
ecnpats = onp;
|
||||||
ecssub = oecssub;
|
ecssub = oecssub;
|
||||||
|
ecnfunc++;
|
||||||
|
|
||||||
ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
|
ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
|
||||||
}
|
}
|
||||||
|
@ -1504,6 +1505,7 @@ par_simple(int *complex, int nr)
|
||||||
lineno += oldlineno;
|
lineno += oldlineno;
|
||||||
ecnpats = onp;
|
ecnpats = onp;
|
||||||
ecssub = oecssub;
|
ecssub = oecssub;
|
||||||
|
ecnfunc++;
|
||||||
|
|
||||||
ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
|
ecbuf[p] = WCB_FUNCDEF(ecused - 1 - p);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue