b0o / incline.nvim

🎈 Floating statuslines for Neovim, winbar alternative
MIT License
759 stars 14 forks source link

Fix missing updates on terminal resize #33

Closed zioroboco closed 1 year ago

zioroboco commented 1 year ago

I found a case where the positions weren't updating, specifically when splits were rebalanced by an autocmd on VimResized. This change seems to cover that gap.

I tried replacing WinScrolled but it seems to pick up changes to manually resized vertical splits that VimResized misses.

b0o commented 1 year ago

Thank you!