aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shell/viml_system_spec.lua
Commit message (Expand)AuthorAge
* test: Only display cursor marker in screen tests if nvim is not busyThiago de Arruda2015-03-16
* tests/ui: Also test character at cursorBjörn Linse2015-03-09
* test: Add extra screen expectation to prevent race conditionThiago de Arruda2015-02-20
* test: Remove unnecessary tests from viml_system_spec.luaThiago de Arruda2015-02-16
* api: always return empty string as api type StringBjörn Linse2015-02-16
* test: Remove nondeterminism in systemlist interrupt testsThiago de Arruda2015-02-06
* Tests for system()/systemlist() when interrupted with CTRL-C.oni-link2015-01-17
* systemlist: test empty lines in beginning and middle of outputBjörn Linse2014-12-02
* systemlist: add `keepempty` option to preserve final newlineBjörn Linse2014-12-02
* Avoid printing an error response when detecting xclip.John Szakmeister2014-11-26
* test: Refactor functional helpers to use vim_inputThiago de Arruda2014-11-21
* shell: Use job_write_cb for closing stdinThiago de Arruda2014-11-10
* eval: Return an empty list from systemlist() when there's no outputThiago de Arruda2014-11-10
* test/shell: Add failure tests for `system()`.Scott Prager2014-10-28
* job: Refactor to ensure that all callbacks will be invokedThiago de Arruda2014-10-23
* test: verify that v:shell_error is set by `system()`/`systemlist()`Thiago de Arruda2014-10-22
* test: Add some specs for the viml function `system()`Thiago de Arruda2014-10-01