diff --git a/plugin/bracketed-paste.vim b/plugin/bracketed-paste.vim index 315a3cb..d5c692a 100644 --- a/plugin/bracketed-paste.vim +++ b/plugin/bracketed-paste.vim @@ -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 .= "\[?2004h" -let &t_te .= "\[?2004l" +let &t_SI .= "\[?2004h" +let &t_EI .= "\[?2004l" function! XTermPasteBegin(ret) set pastetoggle=