helix
helix copied to clipboard
python wrong indentation on `try:`
Summary
In python, the indentation is wrong when you use try.

Line 2 should be indented by one more level.
Reproduction Steps
Type try: and press enter.
Helix log
Not relevant.
Platform
Linux
Terminal Emulator
gnome-console
Helix Version
96ff64a84a4948b0aa85a453276cb0091fb9c792
This also applies for if FOO:
I think this is being discussed in #763
Fixed by #5332