aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:09:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:09:51 +1200
commitcbae273b64205ff592d85310fd75a15d089e880f (patch)
treecf6319790f58946c53d817e9eaa0b95e02422b07
parentMerge branch 'release/v1.2.0' into develop (diff)
downloadvim-make-target-cbae273b64205ff592d85310fd75a15d089e880f.tar.gz
vim-make-target-cbae273b64205ff592d85310fd75a15d089e880f.zip
Switch to two-spacing
-rw-r--r--README.md2
-rw-r--r--doc/make_target.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c870b16..2fdcb29 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ function `make#target#Make()` and buffer-local mapping `<Plug>(MakeTarget)` to
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
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*