Skip to content
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

undo doesnt cancel the whole macro, just the last action #6

Open
TheResplandor opened this issue May 22, 2018 · 0 comments
Open

undo doesnt cancel the whole macro, just the last action #6

TheResplandor opened this issue May 22, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@TheResplandor
Copy link

steps to reproduce:
create a macro that does more than one action, lets say: d w d d (delete word, then delete line)
apply macro
press u (undo)
expected behavior (vim-like):
the whole macro is undone, meaning neither the line nor the word are gone after a single undo.
actual behavior:
only the last action of the macro is undone, meaning only the line deletion is undone.

@calebmeyer calebmeyer added the bug Something isn't working label May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants