Skip to content

Commit

Permalink
fix: add missing arg to reschedule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed May 22, 2022
1 parent 13f811e commit ada01db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/gitsigns/manager.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion teal/gitsigns/manager.tl
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ M.update = throttle_by_id(function(bufnr: integer, bcache: CacheEntry)
update_cnt = update_cnt + 1

dprintf('updates: %s, jobs: %s', update_cnt, subprocess.job_cnt)
end)
end, true)

M.detach = function(bufnr: integer, keep_signs: boolean)
if not keep_signs then
Expand Down

0 comments on commit ada01db

Please sign in to comment.