From 079e1a8884fae7938523a74b01e556096c8b6e55 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 2 Mar 2020 01:23:30 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c018d7..0efc907 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ See: [Cooperate with famous plugins](https://github.com/skywind3000/asyncrun.vim ## History -- 2.5.3 (2020-03-02): new `-silent` option to prevent open quickfix, add [command modifier](https://github.com/skywind3000/asyncrun.vim/wiki/Command-Modifier) to allow you change the command. +- 2.5.3 (2020-03-02): new `-silent` option to prevent open quickfix, add [command modifier](https://github.com/skywind3000/asyncrun.vim/wiki/Command-Modifier). - 2.5.0 (2020-02-29): refactor, remove useless codes, new command modifier `g:asyncrun_program`. - 2.4.8 (2020-02-21): run with `:execute` if command is starting with colon. - 2.4.7 (2020-02-21): new customizable runners by `g:asyncrun_runner`, see [customize runner](https://github.com/skywind3000/asyncrun.vim/wiki/Customize-Runner).