mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-05 10:46:08 +00:00
feat: refresh buffers when moving the change (#92)
This commit is contained in:
@@ -690,4 +690,9 @@ function M.extract_description_from_describe(lines)
|
||||
return trimmed_description
|
||||
end
|
||||
|
||||
--- Reload loaded file buffers after working-copy changes.
|
||||
function M.reload_changed_file_buffers()
|
||||
vim.cmd.checktime()
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user