Skip to content

Commit

Permalink
Fix documentation for the :Dispatch command (#181)
Browse files Browse the repository at this point in the history
In the documentation of `:Dispatch` there is an inconsistency: the
argument name is `{program}`, but in the documentation body there is a
reference to `{command}` which is unclear. This removes the
inconsistency and renames `{command}` to `{program}` in the
documentation body.
  • Loading branch information
Kjir authored and tpope committed Jul 29, 2016
1 parent 0991301 commit f1d0a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dispatch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ COMMANDS *dispatch-commands*
*dispatch-:Dispatch*
:Dispatch[!] [options] {program} [arguments]
Find a compiler plugin that sets 'makeprg' to
{command} and use its 'errorformat' to dispatch a
|:Make| for the given {command} and [arguments]. If
{program} and use its 'errorformat' to dispatch a
|:Make| for the given {program} and [arguments]. If
no compiler plugin is found, the generic format
%+I%.%# is used.

Expand Down

0 comments on commit f1d0a5e

Please sign in to comment.