lualine.nvim/lua/lualine/utils
HE7086 43c69a3479
Use escape sequence instead of raw binaries (#662)
* Fix: use escape sequence instead of binary chars

binary data will confuse some programs e.g. file and treat the code as "data" instead of "text"

* Fix: remove redundant binary character "0x1a"
2022-04-24 11:29:53 +06:00
..
class.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
color_utils.lua fix: transitional hl throwing errors for nil fg/bg in colors 2022-03-07 17:39:09 +06:00
job.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
loader.lua feat: add support for dynamic color with functions in color options (#566) 2022-03-02 19:37:08 +06:00
mode.lua Use escape sequence instead of raw binaries (#662) 2022-04-24 11:29:53 +06:00
notices.lua fix: persistent notices getting wrongly triggered 2022-03-07 18:10:32 +06:00
section.lua feat: add support for dynamic color with functions in color options (#566) 2022-03-02 19:37:08 +06:00
utils.lua feat: add support for dynamic color with functions in color options (#566) 2022-03-02 19:37:08 +06:00