Skip to content

Commit 63e4570

Browse files
committed
Document :Make as deriving its command from :make
Resolves: #350
1 parent 4c695bc commit 63e4570

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/dispatch.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ synchronicity.
1212
COMMANDS *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

0 commit comments

Comments
 (0)