mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 05:40:58 +01:00
unposted: improve an error message.
This commit is contained in:
parent
61deff76f2
commit
27f9c515ff
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-09-21 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Src/glob.c: improve an error message.
|
||||||
|
|
||||||
2013-09-19 Barton E. Schaefer <schaefer@zsh.org>
|
2013-09-19 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 31737: Src/Zle/computil.c (get_cadef): same fix as get_cvdef.
|
* 31737: Src/Zle/computil.c (get_cadef): same fix as get_cvdef.
|
||||||
|
|
|
||||||
|
|
@ -1611,7 +1611,8 @@ zglob(LinkList list, LinkNode np, int nountok)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
zerr("unknown file attribute");
|
untokenize(--s);
|
||||||
|
zerr("unknown file attribute: %c", *s);
|
||||||
restore_globstate(saved);
|
restore_globstate(saved);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue