Skip to content

Commit 79f4927

Browse files
committed
fix(#449): :NvimWebDeviconsHiTest shows default icon
1 parent 4f86aad commit 79f4927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-web-devicons/hi-test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ return function(
120120

121121
-- render and highlight each section
122122
local l = 0
123-
l = render_icons(bufnr, l, { default_icon }, "Default")
123+
l = render_icons(bufnr, l, { [""] = default_icon }, "Default")
124124
if global_override and next(global_override) then
125125
l = render_icons(bufnr, l, global_override, "Overrides")
126126
end

0 commit comments

Comments
 (0)