mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
Problem: Until now the UI callback called nvim__redraw() liberally.
It should only be needed when Nvim does not update the screen
in its own event loop.
Solution: Identify which UI events require immediate redrawing.