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

yet another undo issue on vim #112

Open
glyh opened this issue Sep 9, 2021 · 2 comments
Open

yet another undo issue on vim #112

glyh opened this issue Sep 9, 2021 · 2 comments

Comments

@glyh
Copy link

glyh commented Sep 9, 2021

To reproduce:

  1. create a file with bad indentation:
{
    }
  1. Open it with vim
  2. keep pressing undos

You'll see nothing happens, and a fairly long undo tree generated ( which can be inspected by undo-tree plugins).
I think maybe it'll be better if parinfer can turn it off when the text is modified via undos and redos.

@johannesrld
Copy link

johannesrld commented Jan 2, 2024

im also getting this issue in neovim

@johannesrld
Copy link

johannesrld commented May 6, 2024

I've fixed this bug in https://github.com/johannesrld/parinfer-rust/tree/fix-undo-explosions, please let me know if it works for you :)

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