mirror of
https://github.com/lewis6991/gitsigns.nvim
synced 2025-02-22 07:47:02 +00:00
Fix typo in args
This commit is contained in:
parent
28d6bf5064
commit
e243005023
@ -333,7 +333,7 @@ local update = debounce_trailing(50, async('update', function(bufnr)
|
||||
local file, toplevel, staged = bcache.file, bcache.toplevel, bcache.staged
|
||||
|
||||
if not path_exists(staged) then
|
||||
local res = await(get_staged, staged, bufnr, toplevel, bcache.relpath)
|
||||
local res = await(get_staged, bufnr, staged, toplevel, relpath)
|
||||
if not res then
|
||||
return
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user