Fork me on GitHub
#vim
<
2020-07-29
>
timo11:07:45

anyone here uses parinfer-rust and has problems with undo/redo in vim/neovim? I can only undo a certain amount of changes, then it undos more but does not change anything 😕 redoing is then not possible anymore.

3
herald10:08:31

Yes. I have learned to live with it. If you absolutely need to undo past that point, you can do :earlier 1f and some other undo ex-commands https://vim.fandom.com/wiki/Using_undo_branches

timo09:08:10

👍thanks