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
Pressing predefined evil escape key on end keyword on the first time causes unexpected indentation.
end
-Q
M-x package-initialize
M-x load-library evil
M-x load-library evil-escape
test.rb
M-x evil-mode
M-x evil-escape-mode
M-x eval-expression (setq-default evil-escape-key-sequence "kj")
I press kj on the end keyword in the last step, it causes the end keyword indent by 2.
kj
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Pressing predefined evil escape key on
end
keyword on the first time causes unexpected indentation.Reproduction guide
-Q
optionM-x package-initialize
M-x load-library evil
M-x load-library evil-escape
test.rb
file.M-x evil-mode
M-x evil-escape-mode
M-x eval-expression (setq-default evil-escape-key-sequence "kj")
I press
kj
on theend
keyword in the last step, it causes theend
keyword indent by 2.System Info
The text was updated successfully, but these errors were encountered: