20200409 - v2.7.5
- project root can be overshadowed by
b:asyncrun_root
,t:asyncrun_root
andg:asyncrun_root
:
eg:
let g:asyncrun_root = '/usr/local'
and
:AsyncRun -cwd=<root> pwd
output:
/usr/local
b:asyncrun_root
, t:asyncrun_root
and g:asyncrun_root
:eg:
let g:asyncrun_root = '/usr/local'
and
:AsyncRun -cwd=<root> pwd
output:
/usr/local