Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bracketed-paste and quoting, again
- X-seq: zsh-workers 36193
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Bracketed-paste and quoting, again
- Date: Sun, 16 Aug 2015 18:35:04 -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
wpaste = stringaszleline((zmult == 1) ? pbuf :
quotestring(pbuf, NULL, QT_BACKSLASH), 0, &n, NULL, NULL);
It seems a bit odd for NUMERIC=0 (zmult == 0) to cause quoting to happen.
Perhaps that should be (zmult <= 1) ? Should NUMERIC=-1 REMOVE quoting?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author