We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77455b9 commit db42bd0Copy full SHA for db42bd0
README.markdown
@@ -128,6 +128,18 @@ Using dispatch.vim from a plugin is a simple matter of checking for and using
128
favorite plugin already supports it, assuming your favorite plugin is
129
[rails.vim](https://github.com/tpope/vim-rails).
130
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
143
## Self-Promotion
144
145
Like dispatch.vim? Follow the repository on
0 commit comments