summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Functions/Zle/bracketed-paste-magic2
1 files changed, 1 insertions, 1 deletions
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