Skip to content

Commit bfa2594

Browse files
committed
Use t_SI and t_SE instead of t_ti and t_te
See ConradIrwin#32 (comment)
1 parent 091447d commit bfa2594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/bracketed-paste.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
" Docs on mapping fast escape codes in vim
1010
" http://vim.wikia.com/wiki/Mapping_fast_keycodes_in_terminal_Vim
1111

12-
let &t_ti .= "\<Esc>[?2004h"
13-
let &t_te .= "\<Esc>[?2004l"
12+
let &t_SI .= "\<Esc>[?2004h"
13+
let &t_EI .= "\<Esc>[?2004l"
1414

1515
function! XTermPasteBegin(ret)
1616
set pastetoggle=<f29>

0 commit comments

Comments
 (0)