aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:19:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:19:12 +1200
commit1f374d588b8ecbe7c5f02077db6b7d919a646ea1 (patch)
tree21397584b5b17ed563d869266d49155a0c8f83ee
parentMerge branch 'release/v1.0.0' (diff)
parentBump VERSION (diff)
downloadvim-make-target-1f374d588b8ecbe7c5f02077db6b7d919a646ea1.tar.gz
vim-make-target-1f374d588b8ecbe7c5f02077db6b7d919a646ea1.zip
Merge branch 'hotfix/v1.0.1'v1.0.1
* hotfix/v1.0.1: Bump VERSION Correct plugin map ref in README
-rw-r--r--README.md2
-rw-r--r--VERSION2
2 files changed, 2 insertions, 2 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
diff --git a/VERSION b/VERSION
index 3eefcb9..7dea76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.0.1