-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python incorrect auto-indentation for except:
#10832
Labels
Comments
1 task
Yes, this issue still persists |
This was referenced Jan 29, 2025
Update: Saw your video. I can reproduce with Zed 0.176.0. |
except:
The indentation issue isn't unique to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary: Zed incorrectly auto indents
except
andfinally
blocks when the block contains a for loop.Description
Steps to reproduce:
something.py
except
at beginning of the next line.:
Actual behavior:
Expected behavior:
Environment
Zed: v0.131.6 (Zed)
OS: macOS 14.4.1
Memory: 16 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
video
Screen.Recording.2024-04-22.at.9.41.27.mov
The text was updated successfully, but these errors were encountered: