Skip to content

Commit

Permalink
Add a FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Mar 11, 2015
1 parent 77455b9 commit db42bd0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,18 @@ Using dispatch.vim from a plugin is a simple matter of checking for and using
favorite plugin already supports it, assuming your favorite plugin is
[rails.vim](https://github.com/tpope/vim-rails).

## FAQ

> How can I have `:Dispatch!` or `:Make!` open the quickfix window on
> completion?
Use `:Dispatch` or `:Make`. The entire point of the `!` is to run in the
background without interrupting you.

> But that blocks Vim.
Then the adapter in use doesn't support foreground builds. Adjust your setup.

## Self-Promotion

Like dispatch.vim? Follow the repository on
Expand Down

0 comments on commit db42bd0

Please sign in to comment.