From 87c951c6bd5f889ec849ea45353969b407f8d5d5 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 29 Oct 2016 10:08:53 -0700 Subject: unposted: add "--" to zle widget call for conventional sanity --- Functions/Zle/bracketed-paste-magic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zle/bracketed-paste-magic b/Functions/Zle/bracketed-paste-magic index a82045e08..fb584d595 100644 --- a/Functions/Zle/bracketed-paste-magic +++ b/Functions/Zle/bracketed-paste-magic @@ -206,7 +206,7 @@ bracketed-paste-magic() { # Reprocess $PASTED as an actual paste this time zle -U - $PASTED$'\e[201~' # append paste-end marker - zle .bracketed-paste "$@" + zle .bracketed-paste -- "$@" zle .split-undo # Arrange to display highlighting if necessary -- cgit 1.4.1