Releases: skywind3000/asyncrun.vim
Releases · skywind3000/asyncrun.vim
20200325 - v2.7.0
- windows: follow
shellslashoption.
20200323 - v2.6.9
- improve project root detection.
20200322 - v2.6.8
- change:
g:asyncrun_rootmarksaccepts wildcards like "*" or "?". - change:
-reuse=0can be used in split terminals.
20200312 - v2.6.7
- fixed: windows - exit code is always zero.
20200311 - v2.6.6
- new:
-posaccepts a new uppercaseTABto open internal terminal on the left of current tab.
20200309 - v2.6.5
- minor issues fixed.
20200308 - v2.6.2
- change: runner's argument changed from string to dictionary.
20200307 - v2.6.1
- change: clear
g:asyncrun_namein normal quickfix jobs.
20200307 - v2.6.0
- change:
-post=xxxis available in terminal mode - new:
-pos=hidein terminal mode - new:
-name=abcto specify a name for terminal task - new:
g:asyncrun_nameto get terminal task name.
example:
:AsyncRun -mode=term -pos=hide -name=abc -post=echo\ g:asyncrun_name ls -laWhen it finished, script in -post=? will be executed and the name abc will display, while g:asyncrun_code stores the exit code.
20200307 - v2.5.5
- change:
-mode=term -pos=tabobeys-focus=0now, try:
:AsyncRun -mode=term -pos=tab -focus=0 ls -la