Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Mar 1, 2020
1 parent 079e1a8 commit a7ebec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a7ebec5

Please sign in to comment.