function! so you can reload the file multiple times.
This commit is contained in:
parent
447fce01b1
commit
895b79ae0f
@ -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=<Esc>[201~
|
||||
set paste
|
||||
return a:ret
|
||||
|
Loading…
Reference in New Issue
Block a user