vi setup for pyton

Neil Schemenauer nas at python.ca
Mon May 28 20:27:26 EDT 2001


Tim Hammerquist wrote:
> But for now, you probably want the tabstop option.
> 
> :set tabstop=4
> :set ts=4

Bad idea.  Lots of programs, including Python, assume that ts=8.
Use Vim and ":set sts=4 et sw=4".

  Neil




More information about the Python-list mailing list