fix(hunks): change delete sign
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ local function compute_hunks(state, new_lines)
|
||||
end
|
||||
|
||||
---@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>
|
||||
local function resolve_signs()
|
||||
|
||||
Reference in New Issue
Block a user