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

Macro was replayed in the reverse order when which-key was enabled #68

Closed
unavaliabl3 opened this issue May 13, 2021 · 4 comments
Closed

Comments

@unavaliabl3
Copy link

The macros that have <ESC> in the middle was replayed in the reverse order that was relative to the <ESC>

e.g.

  • macro cawint<ESC>jj was replayed as jj<ESC>cawint
  • macro cf_time<ESC>4j was relayed as 4j<ESC>
@folke
Copy link
Owner

folke commented May 13, 2021

Something really weird is happening here. I'm looking into this right now.

@folke
Copy link
Owner

folke commented May 13, 2021

I did a change recently to fix weird behavior of norm commands in combination with getchar, that causes this.

I'll find a better way to detect the speicifc norm issue

@folke
Copy link
Owner

folke commented May 13, 2021

Should be fixed now. Thank you for reporting!

@unavaliabl3
Copy link
Author

It works like a cham. Thanks for the help! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants