Skip to content

Commit

Permalink
going out of bracketed paste before going out of raw mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mmjo committed May 22, 2018
1 parent 90051e4 commit d3c8f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/bracketed-paste.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif
let g:loaded_bracketed_paste = 1

let &t_ti .= "\<Esc>[?2004h"
let &t_te .= "\<Esc>[?2004l"
let &t_te = "\e[?2004l" . &t_te

function! XTermPasteBegin(ret)
set pastetoggle=<f29>
Expand Down

0 comments on commit d3c8f78

Please sign in to comment.