neovim/test
Thiago de Arruda 8b7b71f474 ui: Refactor so that busy state won't be the default
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.
2015-03-18 14:16:23 -03:00
..
config Add automatic generation of headers 2014-06-02 11:04:17 -03:00
functional ui: Refactor so that busy state won't be the default 2015-03-18 14:16:23 -03:00
includes os_open: add unit tests 2014-07-14 09:05:52 -04:00
unit tests: prevent busted from reloading the ffi module and others 2015-03-01 15:25:39 -05:00