aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:19:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:19:40 +1200
commitfc56fb08dbcc88a7087cf5a47f74b2ace26d5ef9 (patch)
tree21397584b5b17ed563d869266d49155a0c8f83ee
parentMerge branch 'release/v1.0.0' into develop (diff)
parentBump VERSION (diff)
downloadvim-make-target-fc56fb08dbcc88a7087cf5a47f74b2ace26d5ef9.tar.gz
vim-make-target-fc56fb08dbcc88a7087cf5a47f74b2ace26d5ef9.zip
Merge branch 'hotfix/v1.0.1' into develop
* 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