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

Commit

Permalink
fix: make gaps between section respect bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
famiu committed Sep 26, 2021
1 parent c9d5ef7 commit a678974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/feline/generator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function M.generate_statusline(winid)
sections[#sections+1] = parse_statusline_section(section, winid, statusline_type, i)
end

statusline_str = table.concat(sections, '%=')
statusline_str = table.concat(sections, string.format('%%#%s#%%=', defhl()))
end
end

Expand Down

0 comments on commit a678974

Please sign in to comment.