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

Repeated actions aren't always synchronous #1647

Open
Chillee opened this issue May 4, 2017 · 0 comments
Open

Repeated actions aren't always synchronous #1647

Chillee opened this issue May 4, 2017 · 0 comments

Comments

@Chillee
Copy link
Member

Chillee commented May 4, 2017

Related: microsoft/vscode#25278
#1340 may also be related

What happened:
Have a set up like

|foo
bar

Press yy to copy the foo, and then hold down p.

The foo will eventually jump past the bar, resulting in something like

...
foo
foo
bar
foo
foo
...

This is the one place that I've encountered this consistently, but considering the above bug report and the likely causes, I'm guessing this may be a more pervasive issue.

What did you expect to happen:
The bar stays at the bottom.

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

No branches or pull requests

1 participant