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/Redo updates UI multiple times per change. #1906

Closed
jordwalke opened this issue Jul 7, 2017 · 4 comments
Closed

Undo/Redo updates UI multiple times per change. #1906

jordwalke opened this issue Jul 7, 2017 · 4 comments

Comments

@jordwalke
Copy link

When doing undo/redo, the changes are replayed line by line over several frames. There should be a single screen update per undo/redo, as if it happens with a single edit to the document, not multiple little edits very fast.

@Chillee
Copy link
Member

Chillee commented Jul 8, 2017

@jordwalke We're aware of this issue, and there's several issues tracking this already. #1714 and #1727 being the most relevant ones.

It's likely that we'll end up fixing this through leveraging neovim integration.

Thanks!

@Chillee Chillee closed this as completed Jul 8, 2017
@jordwalke
Copy link
Author

Oh wow, if you can use NeoVim's undo tree!

(Sorry, I searched for existing issues and didn't find those two existing ones).

@Chillee
Copy link
Member

Chillee commented Jul 8, 2017

Yep! That's the hope! Use Neovim undo tree, use neovim plugins, use neovim everything.

@Chillee
Copy link
Member

Chillee commented Jul 8, 2017

#1897 is the pr you want to follow for the progress on that.

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