Skip to content

Commit 6aca613

Browse files
author
skywind3000
committed
remove unnecessary messages
1 parent b1f6a09 commit 6aca613

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/11/21 09:14
6+
" Last Modified: 2022/11/21 09:33
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -2226,7 +2226,7 @@ endfunc
22262226
" asyncrun - version
22272227
"----------------------------------------------------------------------
22282228
function! asyncrun#version()
2229-
return '2.11.5'
2229+
return '2.11.6'
22302230
endfunc
22312231

22322232

0 commit comments

Comments
 (0)