Skip to content

Commit aa8a99e

Browse files
author
skywind3000
committed
2.9.12: bloat version for #249
1 parent d9754f9 commit aa8a99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/asyncrun.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
" Maintainer: skywind3000 (at) gmail.com, 2016-2022
44
" Homepage: https://github.com/skywind3000/asyncrun.vim
55
"
6-
" Last Modified: 2022/03/08 14:33
6+
" Last Modified: 2022/06/14 20:43
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -2092,7 +2092,7 @@ endfunc
20922092
" asyncrun - version
20932093
"----------------------------------------------------------------------
20942094
function! asyncrun#version()
2095-
return '2.9.11'
2095+
return '2.9.12'
20962096
endfunc
20972097

20982098

0 commit comments

Comments
 (0)