On Mon, May 28, 2001 at 09:57:58PM +0000, Matthew Hirsch wrote: | Hi, | | I'm trying to setup vi for python. How do I setup vi so that a tab will | be four spaces? Funny, that was just mentioned in the thread "Indentation Style". In vim, set softtabstop=4 shiftwidth=4 expandtab :-) -D