Releases: skywind3000/asyncrun.vim
Releases · skywind3000/asyncrun.vim
20200211 - v2.4.0
- fixed msys internal terminal issue.
- supports asynctasks.vim.
20200210 - v2.3.0
This is the minimal version to support asynctasks.vim.
-
mode alises:
-mode=term -pos=vimalias to-mode=bang.-mode=term -pos=quickfixalias to-mode=async -raw=1.-mode=term -pos=osalias to-mode=os
-
minor issues fixed.
20200210 - v2.2.9
new terminal mode options: -safe, -listed=0 and -reuse:
-safe=1: use a temporary script to pass arguments, this is the most accurate way for argument passing.-listed=0: setnobuflistedfor the terminal buffer.-reuse: when using-mode=termand-pos=tabtogether, try to use a reusable terminal tab.
All of these are for -mode=term only.
20200206 - v2.2.6
- new: parameter
-hiddenwhen using-mode=termto setbufhiddentohidden - improvement: keep alternative window when splitting an terminal window
- improvement: more safe to start a terminal in a new tab
20200205 - v2.2.5
-
More safe to start a terminal.
-
exit when starting terminal failed with
-pos=curwin. -
new:
-program=wslto run command in wsl (windows 10 only)::AsyncRun -program=wsl ls -la :AsyncRun -program=wsl -dist=debian ls -la -
new:
-pos=curwinto open terminal in current window::AsyncRun -mode=term -pos=curwin {command}
20200120 - v2.2.1
- set
noreletivenumberfor terminal window when using-mode=term.
20200118 - v2.2.0
AsyncRun -mode=term {command}to open an internal terminal.- fixed minor defects.