From aa8a99e87e64276d52556f4d9d4f4a19afd37556 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Tue, 14 Jun 2022 20:48:09 +0800 Subject: [PATCH] 2.9.12: bloat version for https://github.com/skywind3000/asyncrun.vim/pull/249 --- plugin/asyncrun.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/asyncrun.vim b/plugin/asyncrun.vim index a06ef72..45854e4 100644 --- a/plugin/asyncrun.vim +++ b/plugin/asyncrun.vim @@ -3,7 +3,7 @@ " Maintainer: skywind3000 (at) gmail.com, 2016-2022 " Homepage: https://github.com/skywind3000/asyncrun.vim " -" Last Modified: 2022/03/08 14:33 +" Last Modified: 2022/06/14 20:43 " " Run shell command in background and output to quickfix: " :AsyncRun[!] [options] {cmd} ... @@ -2092,7 +2092,7 @@ endfunc " asyncrun - version "---------------------------------------------------------------------- function! asyncrun#version() - return '2.9.11' + return '2.9.12' endfunc