mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +00:00
feat: refresh buffers when moving the change (#92)
This commit is contained in:
@@ -149,6 +149,7 @@ function M.file_log_history(opts, log_lines)
|
||||
)
|
||||
|
||||
if ok then
|
||||
utils.reload_changed_file_buffers()
|
||||
utils.notify(string.format("Editing revision `%s`", item.rev), vim.log.levels.INFO)
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user