Files
neovim/runtime
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
..
2016-12-09 19:54:24 +01:00
2016-10-15 11:51:46 +09:00
2016-10-04 23:33:28 +09:00
2016-08-03 08:07:28 -04:00
2016-08-03 08:07:28 -04:00
2016-10-24 13:26:55 +02:00
2014-12-19 15:28:49 -05:00
2015-11-28 10:59:21 +01:00
2016-10-15 12:21:13 +09:00
2016-04-16 23:06:24 -07:00
2014-12-19 15:28:49 -05:00
2014-07-29 02:12:31 +00:00
2016-10-15 12:15:36 +09:00
2016-10-04 23:34:28 +09:00
2016-10-04 23:14:47 +09:00