From a7ebec5f5097c46a3ee4503d8c9bfb989a8ff773 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 2 Mar 2020 01:29:02 +0800 Subject: [PATCH] update doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0efc907..3e31fdf 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ There can be some options before your `[cmd]`: | `-errorformat=?` | `unset` | errorformat for error matching, if it is unprovided, use current `&errorformat` value. Beware that `%` needs to be escaped into `\%`. | | `-focus=?` | 1 | set to `0` to prevent focus changing when working with a split temrinal | | `-hidden=?` | 0 | set to `1` to setup `bufhidden` to `hide` for internal terminal | +| `-silent` | `unset` | provide `-silent` to prevent open quickfix window (will override `g:asyncrun_open` temporarily) | All options must start with a minus and position **before** `[cmd]`. Since no shell command string starts with a minus. So they can be distinguished from shell command easily without any ambiguity.