feat: refresh buffers when moving the change (#92)

This commit is contained in:
Wonung Kim
2026-02-23 10:11:20 +01:00
committed by GitHub
parent 5156fa1a3e
commit f3511cb4b3
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -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