Comment 1 for bug 885143

Revision history for this message
Ryan Kaskel (ryankaskel) wrote :

Make sure to try the above at the top of the buffer.

It seems to stop after a few lines but I can't figure out why:

For example:

--------- top of buffer - press return when cursor is over "d" in "def foo" and watch it indent
|
def foo():
    pass

def bar():
    pass

If you press return when the cursor is on the "d" in "def bar", it doens't indent.