Skip to content

20221012 - v2.10.5

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 11 Oct 16:38
· 74 commits to master since this release
  • 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:

图片