mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-08 20:26:11 +00:00
feat: refresh buffers when moving the change (#92)
This commit is contained in:
@@ -370,6 +370,7 @@ function M.edit()
|
||||
}, function(input)
|
||||
if input then
|
||||
runner.execute_command_async(string.format("jj edit %s", input), function()
|
||||
utils.reload_changed_file_buffers()
|
||||
M.log({})
|
||||
end, "Error editing change")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user