aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/api_spec.lua
Commit message (Collapse)AuthorAge
* defaults: 'showcmd', 'belloff', 'ruler'Justin M. Keyes2017-03-16
| | | | | | | | | | | - Vim "unix default" of 'noshowcmd' is serving few users. And it's inconsistent. - 'ruler' and 'belloff=all' improve the out-of-the-box experience. - Continue to use 'noshowcmd' and 'noruler' by default in the functional tests to keep them fast. TODO: Add a "disable slow stuff" command or mapping to address the use-case of a very slow terminal connection.
* tests: fix racyness in terminal/api_spec.luaBjörn Linse2016-10-19
| | | | | Previously, the nvim_input from the socket channels could be processed before the input from stdin in rare cases.
* test: api_specJustin M. Keyes2016-09-22
This is an (unsuccessful) attempt to cover #4163. It covers other behavior, so it's worth keeping.