20221012 - v2.10.5
- Use
<nomodeline>
in :doautocmd, see #259. - new option
g:asyncrun_show_time
, set to1
to display the command start time in the first line of quickfix window.
Example:
let g:asyncrun_show_time = 1
or set it to a non-empty string to specify time format:
let g:asyncrun_show_time = '%Y/%m/%d %T'
Result: