Skip to content

20200205 - v2.2.5

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 04 Feb 22:38
· 301 commits to master since this release
  • More safe to start a terminal.

  • exit when starting terminal failed with -pos=curwin.

  • new: -program=wsl to run command in wsl (windows 10 only):

      :AsyncRun -program=wsl ls -la
      :AsyncRun -program=wsl -dist=debian ls -la
    
  • new: -pos=curwin to open terminal in current window:

      :AsyncRun -mode=term -pos=curwin {command}