aboutsummaryrefslogtreecommitdiff
path: root/doc/make_target.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/make_target.txt')
-rw-r--r--doc/make_target.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/make_target.txt b/doc/make_target.txt
index b57b836..8338e34 100644
--- a/doc/make_target.txt
+++ b/doc/make_target.txt
@@ -8,8 +8,8 @@ function `make#target#Make()` and buffer-local mapping `<Plug>(MakeTarget)` to
REQUIREMENTS *make_target-requirements*
-This plugin is only available if 'compatible' is not set. It requires Vim 7.0
-or newer. It won't load at all if you have `g:no_plugin_maps` or
+This plugin is only available if 'compatible' is not set. It requires Vim 7.0
+or newer. It won't load at all if you have `g:no_plugin_maps` or
`g:no_make_maps` set.
MAPPINGS *make_target-mappings*
@@ -29,7 +29,7 @@ FUNCTIONS *make_target-functions*
*make#target#Make()*
The |autoload| function used by |<Plug>(MakeTarget)| is accessible as
-`make#target#Make()` if wanted. It's hardcoded to look for the target under
+`make#target#Make()` if wanted. It's hardcoded to look for the target under
the cursor.
AUTHOR *make_target-author*