mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
zsh-3.1.6
This commit is contained in:
parent
14810d6df1
commit
61e68d70da
29 changed files with 710 additions and 240 deletions
|
|
@ -3023,7 +3023,7 @@ matchonce(Comp c)
|
|||
if (exclend) {
|
||||
exclsav = *exclend;
|
||||
*exclend = '\0';
|
||||
}
|
||||
}
|
||||
if ((ret = doesmatch(c->left))) {
|
||||
if (exclend)
|
||||
*exclend = exclsav;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue