Function editing with Vim throws IndentError

Thomas Troeger thomas.troeger.ext at siemens.com
Wed Jul 23 05:48:31 EDT 2008


ptn wrote:
> Hi everybody,
> 
> I have a weird problem.  Say I have a .py file with some functions in
> it, like this:

[...]

> Could someone provide some pointers?
> 
> Thanks,
> 
> Pablo Torres N.

Have you enabled the `list' option to see which characters are acutally 
on the lines of interest? Try out `:set list' and see the contents! 
Otherwise helpful is `ga' to see the code values. Of course this will 
not tell you why it is going wrong, but maybe it helps you to determine 
what is going wrong :-)



More information about the Python-list mailing list