Skip to content

Commit bd6257d

Browse files
author
skywind3000
committed
bloat version number
1 parent 2c24401 commit bd6257d

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/10/12 00:33
6+
" Last Modified: 2022/10/30 10:25
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -2096,7 +2096,7 @@ endfunc
20962096
" asyncrun - version
20972097
"----------------------------------------------------------------------
20982098
function! asyncrun#version()
2099-
return '2.10.5'
2099+
return '2.10.6'
21002100
endfunc
21012101

21022102

0 commit comments

Comments
 (0)