fix: icon highlights (broken on nightly) (#2522)

(cherry picked from commit 057ee0f878)
This commit is contained in:
Folke Lemaitre
2023-05-24 17:06:01 +02:00
committed by Simon Hauser
parent fccfbbb6a6
commit 1c951e27e1
+2 -2
View File
@@ -163,7 +163,7 @@ do
display, hl_group, icon = utils.transform_devicons(entry.value, display, disable_devicons)
if hl_group then
return display, { { { 1, #icon }, hl_group } }
return display, { { { 0, #icon }, hl_group } }
else
return display
end
@@ -326,7 +326,7 @@ do
)
if hl_group then
return display, { { { 1, #icon }, hl_group } }
return display, { { { 0, #icon }, hl_group } }
else
return display
end