Releases: skywind3000/asyncrun.vim
Releases · skywind3000/asyncrun.vim
20200210 - v2.3.0
This is the minimal version to support asynctasks.vim.
-
mode alises:
-mode=term -pos=vim
alias to-mode=bang
.-mode=term -pos=quickfix
alias to-mode=async -raw=1
.-mode=term -pos=os
alias 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
: setnobuflisted
for the terminal buffer.-reuse
: when using-mode=term
and-pos=tab
together, try to use a reusable terminal tab.
All of these are for -mode=term
only.
20200206 - v2.2.6
- new: parameter
-hidden
when using-mode=term
to setbufhidden
tohidden
- 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=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}
20200120 - v2.2.1
- set
noreletivenumber
for terminal window when using-mode=term
.
20200118 - v2.2.0
AsyncRun -mode=term {command}
to open an internal terminal.- fixed minor defects.