1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: add "--" to zle widget call for conventional sanity

This commit is contained in:
Barton E. Schaefer 2016-10-29 10:08:53 -07:00
parent dd8b756610
commit 87c951c6bd

View file

@ -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