mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
8b7b71f474
Even though assuming nvim is busy most times is simpler, it has a problem: A lot of unnecessary busy_start/busy_stop notifications are sent to the UI. That's because in the majority of scenarios almost no time is spent between `event_poll` calls. This restores the normal behavior which is to call busy_start only when nvim is going to perform some task that can take a significant amount of time. Also improve the usage of buffering in the TUI when changing the cursor state. |
||
---|---|---|
.. | ||
config | ||
functional | ||
includes | ||
unit |