Indentation on WinNT

Monika Göhmann MGoehmann at t-online.de
Mon May 3 06:43:39 EDT 1999


Hi,

the concept of using indentation-only structuring in Python code is very
nice -- as long as everybody uses Unix and/or reasonable settings with
their editor. 

I have to work with WinNT and when I display code which was developed on
Unix it sometimes is all messed up looking like this:

    if something:
   if something_else:
	do this
	do that

So what does this code do ?

Is there any way to get this displayed correctly with Vim5.3 or any
other editor ?

Thanks for your help, Monika Göhmann





More information about the Python-list mailing list