HTML files don't auto indent, everything else does

2006-12-28 Thread thesheep
For some reason the auto-indent features aren't working with HTML source files (and I want them to). I've tried these: :filetype indent on :set autoindent I've also tried all these kinds of things: :set shiftwidth=2 :set softtabstop=2 And then doing 'gg=G' to auto indent. It indents my javas

Re: HTML files don't auto indent, everything else does

2006-12-28 Thread thesheep
No change A.J.Mechelynck wrote: > > thesheep wrote: >> For some reason the auto-indent features aren't working with HTML source >> files (and I want them to). >> >> I've tried these: >> >> :filetype indent on >> :set autoindent >

Re: HTML files don't auto indent, everything else does

2007-01-03 Thread thesheep
users out there? Thanks thesheep wrote: > > No change > > > A.J.Mechelynck wrote: >> >> thesheep wrote: >>> For some reason the auto-indent features aren't working with HTML source >>> files (and I want them to). >>> >>> I'v

Re: HTML files don't auto indent, everything else does

2007-01-03 Thread thesheep
alise that I've been used to using gVIM on Windows, which seems to have that function. Is there any way to get that functionality in the terminal version of VIM? Sorry for confusion. thesheep wrote: > > I've now tried another machine, with a clean install of OSX Tiger. An