Skip to content

Commit 7ee75ae

Browse files
author
skywind3000
committed
bump version: 2.9.14 -> 2.9.15
1 parent 2483bbd commit 7ee75ae

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/09/13 17:50
6+
" Last Modified: 2022/09/23 13:53
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -2075,7 +2075,7 @@ endfunc
20752075
" asyncrun - version
20762076
"----------------------------------------------------------------------
20772077
function! asyncrun#version()
2078-
return '2.9.14'
2078+
return '2.9.15'
20792079
endfunc
20802080

20812081

0 commit comments

Comments
 (0)