```python def foo(): if 1 == 1: bar() if 2 == 2: foo() ``` Enter when the cursor is in front of "if 2 == 2:" moves the line to column 0. Enter in front of "if 1 == 1:" works as expected.