lualine.nvim/lua/lualine/utils
zeertzjq de2c4beaf5
fix: make escape sequences compatible with Lua 5.1 (#663)
Escape sequences starting with `\x` are supported by Lua 5.2 and LuaJIT, but not by Lua 5.1
2022-04-24 13:12:03 +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 fix: make escape sequences compatible with Lua 5.1 (#663) 2022-04-24 13:12:03 +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