Open GoogleCodeExporter opened 9 years ago
Sounds like an issue with vim's escape timeout. If you've customised it, it
might be worth trying to remove that customisation. If not, you might want to
switch it off completely. See here:
http://vimdoc.sourceforge.net/htmldoc/options.html#%27timeout%27
(This is more of a vim issue really, and I don't really understand vim key
processing.)
Original comment by andy.koppe
on 5 Aug 2011 at 8:30
I think I understand the issue a little better now. What does this part do?
let &t_ti.="\e[?7727h"
let &t_te.="\e[?7727l"
Original comment by JesseDic...@gmail.com
on 11 Aug 2011 at 5:36
Original issue reported on code.google.com by
JesseDic...@gmail.com
on 5 Aug 2011 at 6:10