From f1d0a5e7a5743edf5d7c7cb5fac8e6ee447f7175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bisinger?= Date: Fri, 29 Jul 2016 04:34:09 +0200 Subject: [PATCH] Fix documentation for the :Dispatch command (#181) 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. --- doc/dispatch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dispatch.txt b/doc/dispatch.txt index 6980651..cb80135 100644 --- a/doc/dispatch.txt +++ b/doc/dispatch.txt @@ -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.