Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

$functions: failed to find end of command substitution



$ 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