Add M.refresh_signs() function
This commit is contained in:
parent
5b1ea2ba9a
commit
497e3bf94a
@ -123,6 +123,11 @@ local function _is_jj_repo()
|
|||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function M.refresh_signs()
|
||||||
|
if _is_jj_repo() then
|
||||||
|
_place_signs_in_buffer()
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
function M.setup(opts)
|
function M.setup(opts)
|
||||||
opts = opts or {}
|
opts = opts or {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user