Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
$functions: failed to find end of command substitution
- X-seq: zsh-workers 38581
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: $functions: failed to find end of command substitution
- Date: Thu, 2 Jun 2016 17:05:08 +0000
- 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
$ zsh -f
% f() {
: $(:)
"↓"
}
% : $functions
zsh: failed to find end of command substitution
%
It doesn't happen if I change "↓" (U+2193) to "→" (U+2192).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author