From ef691a32da987dfef7f024e54cc19792de93865c Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 3 Sep 2015 19:16:15 +0300 Subject: [PATCH] vim should adjust as well --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 49b3090..039d332 100644 --- a/vimrc +++ b/vimrc @@ -26,7 +26,7 @@ set noerrorbells visualbell t_vb= " Relies on tmux, fails spectacularly with screen! if $TERM =~ '^[xterm|rxvt-unicode|screen]' let &t_Co=256 - if $TERM =~ '^screen' + if $TERM =~ '^screen' && v:version >= 700 let &t_SI = "\Ptmux;\\e[6 q\\\" let &t_EI = "\Ptmux;\\e[4 q\\\" else