From 895b79ae0f2da153712f43380fe7706fed933430 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Sat, 20 Jul 2013 17:27:17 -0700 Subject: [PATCH] function! so you can reload the file multiple times. --- plugin/bracketed-paste.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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