mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02: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>
|
||||
|
||||
* 31737: Src/Zle/computil.c (get_cadef): same fix as get_cvdef.
|
||||
|
|
|
@ -1611,7 +1611,8 @@ zglob(LinkList list, LinkNode np, int nountok)
|
|||
break;
|
||||
}
|
||||
default:
|
||||
zerr("unknown file attribute");
|
||||
untokenize(--s);
|
||||
zerr("unknown file attribute: %c", *s);
|
||||
restore_globstate(saved);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue