Skip to content

Commit

Permalink
Use t_SI and t_SE instead of t_ti and t_te
Browse files Browse the repository at this point in the history
  • Loading branch information
von committed Jun 15, 2017
1 parent d935fb4 commit a7f61f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/bracketed-paste.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
" Docs on mapping fast escape codes in vim
" http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_Vim

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

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

0 comments on commit a7f61f4

Please sign in to comment.