20221129 - v2.11.13
Changes:
- terminal: only reuse terminal window created by asyncrun, prevent side-effect to other terminal plugins.
- terminal: simplify terminal reusable check routine.
- terminal: enable reuse by default for split terminal (can be disabled by
-reuse=0
). - terminal: enable autoscroll for terminal buffers in a non-active window (
-focus=0
).
try this:
:AsyncRun -mode=term -pos=bottom -focus=0 -rows=5 ls -la /
You will see the autoscroll is enabled in the terminal window.