github skywind3000/asyncrun.vim 2.10.5
20221012 - v2.10.5

latest releases: 2.13.4, 2.13.2, 2.13.1...
2 years ago
  • Use <nomodeline> in :doautocmd, see #259.
  • new option g:asyncrun_show_time, set to 1 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:

图片

Don't miss a new asyncrun.vim release

NewReleases is sending notifications on new releases.