-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Fix autocommands, allow undo indent #1260
base: main
Are you sure you want to change the base?
Fix autocommands, allow undo indent #1260
Conversation
b2d20f5
to
4ca3cae
Compare
I don't understand how fd6d0bf got merged. |
there are like two different commits pointing to that pr |
9d1c70e
to
c60151a
Compare
c60151a
to
b8d5c93
Compare
Yeeah it seems like a rebase messed something up. The PR looks good to me! If there's nothing else to do you can undraft it and I'm fine to merge. |
I might have encountered a problem of code blocks but I can't reproduce nor remember it anymore, so yes, it's mergeable. |
I re-encountered the problem:
The line |
This PR allows undoing the indenting upon leaving insert mode.
For example:
After typing the last line with cursor just after "here", press
<Esc>
, then it becomesSometimes this is not wanted. Now the indenting can be reverted by
u
to