rebelot/heirline.nvim

Invalid reset of `_win_cache` for statuslines

Closed this issue · 1 comments

Due to a typo in the code, the _win_cache attribute is not properly reset if update is a function.

self._win_cahe = nil

(note the win_cahe spelling!)

This (unsurprisingly) causes update to not function at all if it is a function.

Thanks a lot for debugging this, sorry for the inconvenience. Fixing ASAP.