Skip to content

20221129 - v2.11.13

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 28 Nov 21:35
· 46 commits to master since this release

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.