Skip to content

Commit

Permalink
bump version: 2.9.14 -> 2.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Sep 23, 2022
1 parent 2483bbd commit 7ee75ae
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/09/13 17:50
" Last Modified: 2022/09/23 13:53
"
" Run shell command in background and output to quickfix:
" :AsyncRun[!] [options] {cmd} ...
Expand Down Expand Up @@ -2075,7 +2075,7 @@ endfunc
" asyncrun - version
"----------------------------------------------------------------------
function! asyncrun#version()
return '2.9.14'
return '2.9.15'
endfunc


Expand Down

0 comments on commit 7ee75ae

Please sign in to comment.