aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:18:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:18:52 +1200
commit137e24256e87d1479c83b6ff5330e5c1ac222271 (patch)
tree7d2e0569246951843d134eb8676398ce8fcc4c69 /README.md
parentMerge branch 'release/v1.0.0' (diff)
downloadvim-make-target-137e24256e87d1479c83b6ff5330e5c1ac222271.tar.gz
vim-make-target-137e24256e87d1479c83b6ff5330e5c1ac222271.zip
Correct plugin map ref in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61061b8..c870b16 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ make\_target.vim
================
This filetype plugin for Makefiles ("make" filetype) provides an autoload
-function `make#target#Make()` and buffer-local mapping `<Plug>MakeTarget` to
+function `make#target#Make()` and buffer-local mapping `<Plug>(MakeTarget)` to
`make!` the target for the recipe under the cursor, if it can be identified.
License