From: Michael Neumann Date: 2003-06-15T01:44:18+09:00 Subject: Re: I need a code beautifier or formatter On Sat, Jun 14, 2003 at 03:09:25PM +0000, ahoward wrote: > On Sat, 14 Jun 2003, Michael Neumann wrote: > > > Nothing special in there, except the usual "syn on". > > > > Make sure that the file is recognized as a Ruby source file. If it does > > not end with .rb then ":setf ruby" will do it. > > > > Hope this helps. > > i've got all that - which vim version? You need this line in your .vimrc file: filetype plugin indent on Regards, Michael