Today (Thu, 10 Aug 2006), Ben lemasurier wrote:

> And then I decide that I want to remove $blah2, so I start to press
> backspace from here:
> 
> fucntion foo() {
>    $blah;
>    $blah2; <----- cursor here
> }
> 
> and then when I get to the beginning of the line, it stops. Can I
> make it so that it will follow up to the end of $blah on the
> previous line?

Try ":set backspace+=eol" -- see ":help 'backspace'".

- Christian

-- 
  "They that can give up essential liberty to obtain a little temporary
       safety deserve neither liberty nor safety."  -- Ben Franklin
Christian J. Robinson <[EMAIL PROTECTED]> http://infynity.spodzone.com/
   PGP keys: 0x893B0EAF / 0xFB698360   http://infynity.spodzone.com/pgp

Reply via email to