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

Bracketed-paste and quoting, again



        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