aboutsummaryrefslogtreecommitdiff
path: root/test/functional/shell/viml_system_spec.lua
Commit message (Expand)AuthorAge
* test: system(): backgrounded shell commandJustin M. Keyes2016-10-19
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* functests: Do not use setup/teardown where before_/after_each is neededZyX2016-06-10
* functests: Check logs in lua codeZyX2016-06-10
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* test: fix pending() invocationsJustin M. Keyes2015-08-09
* tests: Use pending() instead of silently skipping test. #2737Florian Walch2015-05-29
* unify jobstart, termopen, and system interfacesScott Prager2015-05-02
* messages: Update common instances of Vim to Nvim #2031Michael Reed2015-04-08
* 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