mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-05 10:46:08 +00:00
A regresion was introduced by #81 where the log buffer was not being restored when there was no modification after describing from the log buffer. This has been reworked and now the function `on_done` is always called not only when there are lines in the buffer giving the responsibility to check the nilness on the `on_done` function. There was a bug also when restoring cursor position which was being wiped when the buffer was closed which is not actually what we want