feat(git): case-insensitive status lookup on ignorecase repos
This commit is contained in:
@@ -38,7 +38,7 @@ end
|
||||
---@param r ow.Git.Repo
|
||||
---@param rel string
|
||||
local function set_status(buf, r, rel)
|
||||
local entry = r.status.entries[rel]
|
||||
local entry = r:status_entry_for(rel)
|
||||
vim.b[buf].git_status = { head = r:head(), entry = entry }
|
||||
vim.b[buf].git_status_string = render(entry)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user