aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:12:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:12:11 +1200
commit384115dabd0d3233dbd63c73f43fa84a6f80a8c6 (patch)
tree8c1560098d9ac5d89d67afffe5e5cfdd21b2fb73 /doc
parentMerge branch 'release/v1.2.0' (diff)
parentBump VERSION (diff)
downloadvim-make-target-master.tar.gz
vim-make-target-master.zip
Merge branch 'release/v1.3.0'HEADv1.3.0master
* release/v1.3.0: Remove unneeded variable scoping Switch to two-spacing
Diffstat (limited to 'doc')
-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*