Bug#504244: Vim script to turn on and use xterm bracketed paste mode

2014-02-07 Thread Josh Triplett
On Wed, Dec 23, 2009 at 02:27:01AM -0800, Josh Triplett wrote: The following, added somewhere vim runs at startup, will use xterm's bracketed paste mode to make pasting automatically enable paste mode (and insert mode). Also works fine in ~/.vimrc . if term == xterm let t_ti = t_ti .

Bug#504244: Vim script to turn on and use xterm bracketed paste mode

2009-12-23 Thread Josh Triplett
tags 504244 + patch thanks Well, most of the patch, anyway. The following, added somewhere vim runs at startup, will use xterm's bracketed paste mode to make pasting automatically enable paste mode (and insert mode). Also works fine in ~/.vimrc . if term == xterm let t_ti = t_ti .