lualine.nvim/lua/lualine/utils
Shadman e6e75f5e92
fix: lualine crashing because of keyboard interrupt. (#534)
* fix: lualine crashing because of keyboard interrupt.

If keyboard interrupt occurs while lualine is evaluating statusline
lualine crashes completely. Since keyboard interrupt isn't something
we can handle try to mitigate the issue by retrying to evaluate the
statusline on error.Now lualine will retry 3 times before giving
up on an runtime error.

* Make last retry unprotected call
2022-01-31 23:34: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 doc: improve code documentation (#82) 2021-10-12 20:04:47 +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 chore: remove older deprecation notices 2022-01-12 22:35:17 +06:00
mode.lua doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00
notices.lua fix: use nvim-api to avoid win_getid exceptions (#525) 2022-01-04 07:22:52 +06:00
section.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
utils.lua fix: lualine crashing because of keyboard interrupt. (#534) 2022-01-31 23:34:53 +06:00