Skip to content

Commit db42bd0

Browse files
committed
Add a FAQ
1 parent 77455b9 commit db42bd0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@ Using dispatch.vim from a plugin is a simple matter of checking for and using
128128
favorite plugin already supports it, assuming your favorite plugin is
129129
[rails.vim](https://github.com/tpope/vim-rails).
130130

131+
## FAQ
132+
133+
> How can I have `:Dispatch!` or `:Make!` open the quickfix window on
134+
> completion?
135+
136+
Use `:Dispatch` or `:Make`. The entire point of the `!` is to run in the
137+
background without interrupting you.
138+
139+
> But that blocks Vim.
140+
141+
Then the adapter in use doesn't support foreground builds. Adjust your setup.
142+
131143
## Self-Promotion
132144

133145
Like dispatch.vim? Follow the repository on

0 commit comments

Comments
 (0)