diff --git a/plugin/bracketed-paste.vim b/plugin/bracketed-paste.vim index a6dc946..196ec9b 100644 --- a/plugin/bracketed-paste.vim +++ b/plugin/bracketed-paste.vim @@ -24,8 +24,8 @@ function! WrapForTmux(s) return tmux_start . substitute(a:s, "\", "\\", 'g') . tmux_end endfunction -let &t_SI .= WrapForTmux("\[?2004h") -let &t_EI .= WrapForTmux("\[?2004l") +let &t_ti .= WrapForTmux("\[?2004h") +let &t_te .= WrapForTmux("\[?2004l") function! XTermPasteBegin(ret) set pastetoggle=