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:
parent
dd8b756610
commit
87c951c6bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue