mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 03:35:02 -07:00
cb58999007
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. |
||
---|---|---|
.. | ||
bufhl_spec.lua | ||
highlight_spec.lua | ||
inccommand_spec.lua | ||
input_spec.lua | ||
mouse_spec.lua | ||
output_spec.lua | ||
quickfix_spec.lua | ||
screen_basic_spec.lua | ||
screen.lua | ||
searchhl_spec.lua | ||
sign_spec.lua | ||
syntax_conceal_spec.lua | ||
wildmode_spec.lua |