From: Cameron McBride Date: 2006-02-11T03:48:50+09:00 Subject: Re: How are indentor and beautifier projects going, if any? On 2/10/06, Diego Cano Lagneaux wrote: > I am aware that it should (I use Vim, by the way), but it doesn't. I have > all imaginable variables in my .vimrc (indent on, smartindent, etc.), but > all I have is syntax colours, no autoindentation. I use vim, and the following works just fine for me: :1 shift-v shift-g == I always forget vim config stuff, but I think these are the relevant config variables in my vimrc: set formatoptions=tcqronwl " see :help fo-table set cindent set autoindent set nosmartindent Cameron