vi setup for pyton

Tim Hammerquist tim at vegeta.ath.cx
Mon May 28 18:14:05 EDT 2001


Matthew Hirsch <meh9 at cornell.edu> wrote:
> I'm trying to setup vi for python.  How do I setup vi so that a tab will
> be four spaces?

In the future, the majority of posts on comp.editors seem to center
around vi and its clones.

But for now, you probably want the tabstop option.

:set tabstop=4
:set ts=4

HTH
-- 
-Tim Hammerquist <timmy at cpan.org>

I'm already not yet convinced.
	-- Larry Wall



More information about the Python-list mailing list