neovim/test/functional/ui
Justin M. Keyes cb58999007 os/shell: do_os_system(): Always show last chunk.
This ameliorates use-cases like:
    :!cat foo.txt
    :make
where the user is interested in the last few lines of output.

Try these shell-based ex-commands before/after this commit:
    :grep -r '' *
    :make
    :!yes
    :!grep -r '' *
    :!git grep ''
    :!cat foo
    :!echo foo
    :!while true; do date; done
    :!for i in `seq 1 20000`; do echo XXXXXXXXXX $i; done

In all cases the last few lines of the command should always be shown,
regardless of where throttling was triggered.
2016-12-10 01:26:34 +01:00
..
bufhl_spec.lua api: Establish API naming convention. (#5344) 2016-09-17 06:30:36 +02:00
highlight_spec.lua api: Establish API naming convention. (#5344) 2016-09-17 06:30:36 +02:00
inccommand_spec.lua build: Target luacheck HEAD. 2016-11-17 00:55:39 +01:00
input_spec.lua Mark some functional tests as pending in Windows 2016-08-26 08:21:41 +01:00
mouse_spec.lua test: Disable unreliable tests on travis+ASAN_UBSAN 2016-12-07 17:22:23 +01:00
output_spec.lua os/shell: do_os_system(): Always show last chunk. 2016-12-10 01:26:34 +01:00
quickfix_spec.lua highlight: Added QuickFixLine highlight group 2016-08-17 17:48:15 -04:00
screen_basic_spec.lua add cmdline mode to modechange of RPC and tests 2016-11-30 22:20:06 +08:00
screen.lua os/shell: Throttle :! output, pulse "..." message. 2016-12-09 18:51:17 +01:00
searchhl_spec.lua Mark some functional tests as pending in Windows 2016-08-26 08:21:41 +01:00
sign_spec.lua Mark some functional tests as pending in Windows 2016-08-26 08:21:41 +01:00
syntax_conceal_spec.lua build: Target luacheck HEAD. 2016-11-17 00:55:39 +01:00
wildmode_spec.lua Mark some functional tests as pending in Windows 2016-08-26 08:21:41 +01:00