fix(hunks): change delete sign

This commit is contained in:
2026-05-20 06:27:52 +02:00
parent d629302625
commit aaef6621dd
+1 -1
View File
@@ -95,7 +95,7 @@ local function compute_hunks(state, new_lines)
end end
---@type table<ow.Git.Hunks.HunkType, string> ---@type table<ow.Git.Hunks.HunkType, string>
local DEFAULT_SIGNS = { add = "", change = "", delete = "" } local DEFAULT_SIGNS = { add = "", change = "", delete = "" }
---@return table<ow.Git.Hunks.HunkType, string> ---@return table<ow.Git.Hunks.HunkType, string>
local function resolve_signs() local function resolve_signs()