Skip to content

Commit

Permalink
Use the -w flag to set $WIDGET appropriately.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfreese committed Feb 13, 2016
1 parent 1b923f6 commit ff23295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions/Zle/bracketed-paste-magic
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ bracketed-paste-magic() {
case $REPLY in
(${~bpm_active}) function () {
emulate -L $bpm_emulate; set -$bpm_opts
zle $REPLY
zle $REPLY -w
};;
(*) zle .self-insert;;
esac
Expand Down

0 comments on commit ff23295

Please sign in to comment.