Re: ruby indentation

2006-10-19 Thread Akbar
On 10/20/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Akbar wrote: > Hi, I use vim7 ( compiled from source ) > > This is my situation: > open bla.rb > > def bla ( type def bla, enter ) > print "bla"( type two spaces and print "bla", enter ) > print "bli" ( no need

Re: ruby indentation

2006-10-19 Thread A.J.Mechelynck
Akbar wrote: Hi, I use vim7 ( compiled from source ) This is my situation: open bla.rb def bla ( type def bla, enter ) print "bla"( type two spaces and print "bla", enter ) print "bli" ( no need to type two spaces, sweet, type print "bli", enter ) end

Re: ruby indentation

2006-10-19 Thread Paul Irofti
On Thursday 19 October 2006 18:26, Akbar wrote: > Hi, I use vim7 ( compiled from source ) > > This is my situation: > open bla.rb > > def bla ( type def bla, enter ) > print "bla"( type two spaces and print "bla", enter ) > print "bli" ( no need to type two spaces,

ruby indentation

2006-10-19 Thread Akbar
Hi, I use vim7 ( compiled from source ) This is my situation: open bla.rb def bla ( type def bla, enter ) print "bla"( type two spaces and print "bla", enter ) print "bli" ( no need to type two spaces, sweet, type print "bli", enter ) end ( type en