Open glyh opened 3 years ago
To reproduce:
{ }
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.
im also getting this issue in neovim
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 :)
To reproduce:
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.