Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"no_nomatch" and glob qualifiers
- X-seq: zsh-workers 36792
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: "no_nomatch" and glob qualifiers
- Date: Mon, 5 Oct 2015 15:22:47 -0700
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Consider:
% setopt nonomatch
% echo x(/)
x(/)
% echo x(a)
zsh: number expected
%
Should that not have output "x(a)" ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author