diff --git a/plugin/bracketed-paste.vim b/plugin/bracketed-paste.vim index 834aa04..fa1f6bf 100644 --- a/plugin/bracketed-paste.vim +++ b/plugin/bracketed-paste.vim @@ -5,7 +5,7 @@ if &term =~ "xterm.*" let &t_ti = &t_ti . "\e[?2004h" let &t_te = "\e[?2004l" . &t_te - function XTermPasteBegin(ret) + function! XTermPasteBegin(ret) set pastetoggle=[201~ set paste return a:ret