diff --git a/plugin/asyncrun.vim b/plugin/asyncrun.vim index a06ef72..45854e4 100644 --- a/plugin/asyncrun.vim +++ b/plugin/asyncrun.vim @@ -3,7 +3,7 @@ " Maintainer: skywind3000 (at) gmail.com, 2016-2022 " Homepage: https://github.com/skywind3000/asyncrun.vim " -" Last Modified: 2022/03/08 14:33 +" Last Modified: 2022/06/14 20:43 " " Run shell command in background and output to quickfix: " :AsyncRun[!] [options] {cmd} ... @@ -2092,7 +2092,7 @@ endfunc " asyncrun - version "---------------------------------------------------------------------- function! asyncrun#version() - return '2.9.11' + return '2.9.12' endfunc