Joe Hermaszewski
|
f480b38a2f
|
Add tests for focus events
|
2015-11-17 22:36:28 +00:00 |
|
Marco Hinz
|
9fcd444036
|
Add TermClose event
A terminal buffer now exits with: [Process exited <return value>]
You can hook into it. E.g. :au TermClose * call feedkeys('<cr>')
Closes #2293.
|
2015-11-15 15:10:02 +01:00 |
|
Thiago de Arruda
|
7e8b431d3f
|
tui: Fix abort when stdout and stderr are not tty.
The abort came from using libuv tty handle on non-tty fd. Use uv_pipe_t in these
cases. Also add simple test for this case.
|
2015-10-29 08:13:45 -03:00 |
|
Thiago de Arruda
|
e596234fc2
|
test: Add more TUI tests and increase timeout
|
2015-10-26 10:52:01 -03:00 |
|
ZyX
|
ec1ca54d59
|
functests: Do not forget about -i argument
Target: make all tests run with chmod -x ~/.config/nvim ~/.local/share/nvim.
|
2015-10-23 15:56:51 +03:00 |
|
Thiago de Arruda
|
5d185c7772
|
test: Add basic tests for the TUI
The tests use `termopen` to spawn nvim and verify the TUI.
|
2015-10-01 15:22:49 -03:00 |
|