From 7ee75ae20c7d556f1febb6d1a5961e48766c9c0b Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Fri, 23 Sep 2022 13:54:35 +0800 Subject: [PATCH] bump version: 2.9.14 -> 2.9.15 --- plugin/asyncrun.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/asyncrun.vim b/plugin/asyncrun.vim index 5cce07d..324dc95 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/09/13 17:50 +" Last Modified: 2022/09/23 13:53 " " Run shell command in background and output to quickfix: " :AsyncRun[!] [options] {cmd} ... @@ -2075,7 +2075,7 @@ endfunc " asyncrun - version "---------------------------------------------------------------------- function! asyncrun#version() - return '2.9.14' + return '2.9.15' endfunc