From db42bd03d9d92abb43788c6b735f9264bcdbae77 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 10 Mar 2015 22:45:36 -0400 Subject: [PATCH] Add a FAQ --- README.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.markdown b/README.markdown index 8799c7d..1150467 100644 --- a/README.markdown +++ b/README.markdown @@ -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