Skip to content

Commit c100d05

Browse files
author
skywind3000
committed
fixed: 2.2.0 updated
1 parent bce94ec commit c100d05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ See: [Cooperate with famous plugins](https://github.com/skywind3000/asyncrun.vim
287287

288288
## History
289289

290-
- 2.3.0 (2020-01-18): new `-focus=0` option for `-mode=term` to prevent focus change.
290+
- 2.2.0 (2020-01-18): new `-focus=0` option for `-mode=term` to prevent focus change.
291291
- 2.1.9 (2020-01-12): polish `-mode=term`, omit `number` and `signcolunm` in terminal.
292292
- 2.1.8 (2020-01-11): new options `errorformat` in `asyncrun#run(...)`.
293293
- 2.1.4 (2020-01-09): correct command encoding on windows and fixed minor issues.

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, 2017, 2018, 2019, 2020
44
" Homepage: http://www.vim.org/scripts/script.php?script_id=5431
55
"
6-
" Last Modified: 2020/01/18 13:57
6+
" Last Modified: 2020/01/18 14:01
77
"
88
" Run shell command in background and output to quickfix:
99
" :AsyncRun[!] [options] {cmd} ...
@@ -1523,7 +1523,7 @@ endfunc
15231523
" asyncrun -version
15241524
"----------------------------------------------------------------------
15251525
function! asyncrun#version()
1526-
return '2.3.0'
1526+
return '2.2.0'
15271527
endfunc
15281528

15291529

0 commit comments

Comments
 (0)