Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
comments break \ at end of line
- X-seq: zsh-workers 12695
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: comments break \ at end of line
- Date: Thu, 24 Aug 2000 22:29:32 +0100
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
% foo () {
> echo hello, \
> # this is a comment
> world
> }
% foo
hello,
foo:3: command not found: world
which is the same issue as
% echo hello, \
> # comment
hello,
This may be intentional, but if so, it strikes me as a rather
undesirable feature, or at least one which you should be able to turn
off.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author