Fix autocommands, allow undo indent#1260
Draft
champignoom wants to merge 3 commits intonvim-neorg:mainfrom
Draft
Fix autocommands, allow undo indent#1260champignoom wants to merge 3 commits intonvim-neorg:mainfrom
champignoom wants to merge 3 commits intonvim-neorg:mainfrom
Conversation
b2d20f5 to
4ca3cae
Compare
Contributor
Author
|
I don't understand how fd6d0bf got merged. |
Contributor
there are like two different commits pointing to that pr |
9d1c70e to
c60151a
Compare
c60151a to
b8d5c93
Compare
Member
|
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. |
Contributor
Author
|
I might have encountered a problem of code blocks but I can't reproduce nor remember it anymore, so yes, it's mergeable. |
Contributor
Author
|
I re-encountered the problem: The line |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
uto