zsh-workers
 help / color / mirror / code / Atom feed
* bracketed-paste-magic error in Putty due to empty $PASTED variable
@ 2019-09-20 21:23 Marc Cornellà
  2019-09-24 17:09 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Cornellà @ 2019-09-20 21:23 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]

This error was reported on Oh My Zsh:

bracketed-paste-magic:zle:47: not enough arguments for -U

If I enable tracing of the bracketed-paste-magic function this is where it errors:

+bracketed-paste-magic:46> NUMERIC=1
+bracketed-paste-magic:47> zle -U -
bracketed-paste-magic:zle:47: not enough arguments for -U

The zle command is supposed to pass in $PASTED, but since it isn't quoted the zle call
fails with an error. Looking through the commit history of the bracketed-paste-magic file
it seems that commit 9cfd26bf10f530d746afadf3a04c4cf401fbbb9d was overwritten and
so the quotes aren't there anymore.

Pasting still works, but the error is really annoying. I don't really understand the zle system
enough to know why $PASTED is empty, but just adding the quotes back again fixes it.

Thanks

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

* Re: bracketed-paste-magic error in Putty due to empty $PASTED variable
  2019-09-20 21:23 bracketed-paste-magic error in Putty due to empty $PASTED variable Marc Cornellà
@ 2019-09-24 17:09 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2019-09-24 17:09 UTC (permalink / raw)
  To: Marc Cornellà; +Cc: zsh-workers

On Fri, Sep 20, 2019 at 2:24 PM Marc Cornellà <marc.cornella@live.com> wrote:
>
> bracketed-paste-magic:zle:47: not enough arguments for -U

Thanks, I've pushed the simple patch for this.

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

end of thread, other threads:[~2019-09-24 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20 21:23 bracketed-paste-magic error in Putty due to empty $PASTED variable Marc Cornellà
2019-09-24 17:09 ` Bart Schaefer

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).