diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-12 13:18:52 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-07-12 13:18:52 +1200 |
commit | 137e24256e87d1479c83b6ff5330e5c1ac222271 (patch) | |
tree | 7d2e0569246951843d134eb8676398ce8fcc4c69 /README.md | |
parent | Merge branch 'release/v1.0.0' (diff) | |
download | vim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |