Skip to content

Commit 80750a8

Browse files
author
skywind3000
committed
update version number
1 parent 40f3176 commit 80750a8

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-2023
44
" Homepage: https://github.com/skywind3000/asyncrun.vim
55
"
6-
" Last Modified: 2023/01/18 19:58
6+
" Last Modified: 2023/03/02 21:51
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -2239,7 +2239,7 @@ endfunc
22392239
" asyncrun - version
22402240
"----------------------------------------------------------------------
22412241
function! asyncrun#version()
2242-
return '2.11.15'
2242+
return '2.11.16'
22432243
endfunc
22442244

22452245

0 commit comments

Comments
 (0)