Fix overlapping icons and numbers for the git status in incline status bar
This commit is contained in:
parent
c507d0f7b6
commit
d242ba8e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ return {
|
||||||
end
|
end
|
||||||
for name, icon in pairs(icons) do
|
for name, icon in pairs(icons) do
|
||||||
if tonumber(signs[name]) and signs[name] > 0 then
|
if tonumber(signs[name]) and signs[name] > 0 then
|
||||||
table.insert(labels, { icon .. signs[name] .. " ", group = "Diff" .. name })
|
table.insert(labels, { icon .. " " .. signs[name] .. " ", group = "Diff" .. name })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if #labels > 0 then
|
if #labels > 0 then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue