zsh-workers
 help / color / mirror / code / Atom feed
* Bracketed-paste and quoting, again
@ 2015-08-17  1:35 Bart Schaefer
  2015-08-17  2:03 ` Mikael Magnusson
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2015-08-17  1:35 UTC (permalink / raw)
  To: zsh-workers

        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?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-17  2:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-17  1:35 Bracketed-paste and quoting, again Bart Schaefer
2015-08-17  2:03 ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).