fix file icon length
This commit is contained in:
parent
9810f8d8c9
commit
45a4e29fc7
@ -42,7 +42,7 @@ if icon_state.show_file_icon then
|
||||
|
||||
if icon then
|
||||
if hl_group then
|
||||
table.insert(hl, { hl_group, line, depth, depth + #icon })
|
||||
table.insert(hl, { hl_group, line, depth, depth + #icon + 1 })
|
||||
end
|
||||
return icon.." "
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user