aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:38:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:38:04 +1200
commita94f0e3ceef7719d1f3baf2f381b6f8f009c646e (patch)
tree07862e13340f64d47c0cc0472a69274dcaf34dc2
parentMerge branch 'release/v1.0.0' (diff)
parentBump VERSION (diff)
downloadvim-put-blank-lines-a94f0e3ceef7719d1f3baf2f381b6f8f009c646e.tar.gz
vim-put-blank-lines-a94f0e3ceef7719d1f3baf2f381b6f8f009c646e.zip
Merge branch 'hotfix/v1.0.1'v1.0.1
* hotfix/v1.0.1: Bump VERSION Correct map refs in README
-rw-r--r--README.md4
-rw-r--r--VERSION2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b60a433..993e93b 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ Configuration
To set mappings exactly like those from the original plugin, you might write
this in your `.vimrc`:
- nmap [<Space> <Plug>PutBlankLinesAbove
- nmap ]<Space> <Plug>PutBlankLinesBelow
+ nmap [<Space> <Plug>(PutBlankLinesAbove)
+ nmap ]<Space> <Plug>(PutBlankLinesBelow)
License
-------
diff --git a/VERSION b/VERSION
index 3eefcb9..7dea76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.0.1