Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
refactor: improve commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
famiu committed Sep 24, 2021
1 parent d1e4de3 commit 4600327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/feline/generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ local function parse_component(component, winid)
if type(hl) == 'string' then
hlname = hl
hl = get_hl_properties(hl)
-- If highlight is a table, just normally generate a highlight name
-- If highlight is a table, parse the highlight so it can be passed to
-- parse_sep_list and parse_icon
else
hl = parse_hl(hl)
end
Expand Down

0 comments on commit 4600327

Please sign in to comment.