We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
u
Within existing nesting group the plugin leaves auto-closed end's when history reverted back via u key.
end
class A def b p 1 end def c p 2 end end
class A module B def x | end # autoclosed 👍 end # autoclosed 👍 def b p 1 end def c p 2 end end
class A end # left 👎 def b p 1 end def c p 2 end end
Please notice the end left behind. I would expect it reverts back into initial state instead.
Here is short video example: https://user-images.githubusercontent.com/526022/232875662-89ecbd07-6fe1-4c65-8b98-cefd6bafd3c1.mov
The text was updated successfully, but these errors were encountered:
944b0d8
Successfully merging a pull request may close this issue.
Within existing nesting group the plugin leaves auto-closed
end
's when history reverted back viau
key.u
key multiple times. It stops in this state:Please notice the
end
left behind. I would expect it reverts back into initial state instead.Here is short video example: https://user-images.githubusercontent.com/526022/232875662-89ecbd07-6fe1-4c65-8b98-cefd6bafd3c1.mov
The text was updated successfully, but these errors were encountered: