Re: minor feature request: let!

2006-07-09 Thread Bram Moolenaar
Justin Constantino wrote: Currently, if you try to assign a value to a variable with a different type, you get: E706: Variable type mismatch To make it work, you have to first unlet the variable, which is kind of annoying if the expression you are assigning references that variable.

Re: Terminal-based auto-paste.

2006-07-09 Thread Sean Reifschneider
On Sat, Jul 08, 2006 at 11:57:48PM +0200, Pierre Habouzit wrote: '*' works iff your vim is linked against X. same is true for shift right mouse button. The ideal solution for me would be to detect more than X characters received during the last, say, 100ms, and turn on paste then. However, I