File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ synchronicity.
1212COMMANDS *dispatch-commands*
1313
1414 *dispatch-:Make*
15- :Make [arguments] Using the current | :compiler | settings, dispatch a
15+ :Make [arguments] Use the command that | :make | would run to dispatch a
1616 build in the foreground. Adapter strategies vary, but
1717 the goal is visibility without stealing focus. When
1818 the build is complete, load the results into the
1919 | quickfix | list and call | :cwindow | . This command is
2020 preferred for shorter tasks like "build this file."
2121
22- :Make! [arguments] Using the current compiler settings, dispatch a build
23- in the background. Use | :Copen | to load the results.
24- This command is preferred for longer tasks like "run
25- the entire test suite."
22+ :Make! [arguments] Use the command that | :make | would run to dispatch a
23+ build in the background. Use | :Copen | to load the
24+ results. This command is preferred for longer tasks
25+ like "run the entire test suite."
2626
2727 *dispatch-:Copen*
2828:Copen Load the latest build into the quickfix list and open
You can’t perform that action at this time.
0 commit comments