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

Fix issue with jump labels when reg recording/executing #226

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

eyalz800
Copy link
Contributor

@eyalz800 eyalz800 commented Sep 1, 2023

When recording and jump labels are set to true for "f" etc, then the following happens -
(1) it ends on insert mode even though escape is pressed, which is a lot of fun
(2) it is much slower to show and there is no use for them during recording and execution

This PR changes the behavior to disable jump labels if we are recording / executing.

@folke folke merged commit 503b0ab into folke:main Oct 2, 2023
3 checks passed
@folke
Copy link
Owner

folke commented Oct 2, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants