Skip to content

Commit

Permalink
2.9.12: bloat version for #249
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Jun 14, 2022
1 parent d9754f9 commit aa8a99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/asyncrun.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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} ...
Expand Down Expand Up @@ -2092,7 +2092,7 @@ endfunc
" asyncrun - version
"----------------------------------------------------------------------
function! asyncrun#version()
return '2.9.11'
return '2.9.12'
endfunc


Expand Down

0 comments on commit aa8a99e

Please sign in to comment.