From d23b74d5a4ea06ea416d0cf2089fc334cb63bfd9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 12 Jul 2018 12:59:37 +1200 Subject: Parenthesize plugin maps --- doc/copy_linebreak.txt | 8 ++++---- plugin/copy_linebreak.vim | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/copy_linebreak.txt b/doc/copy_linebreak.txt index 09961cb..6b87bd8 100644 --- a/doc/copy_linebreak.txt +++ b/doc/copy_linebreak.txt @@ -16,17 +16,17 @@ MAPPINGS *copy_linebreak-mappings* Mapping targets provided are: -|CopyLinebreakEnable|: *CopyLinebreakEnable* +|(CopyLinebreakEnable)|: *(CopyLinebreakEnable)* Enable copy-paste friendly line break options. -|CopyLinebreakDisable|: *CopyLinebreakDisable* +|(CopyLinebreakDisable)|: *(CopyLinebreakDisable)* Revert to human-readable line break options. -|CopyLinebreakToggle|: *CopyLinebreakToggle* +|(CopyLinebreakToggle)|: *(CopyLinebreakToggle)* Toggle between the above two states. There are no default key mappings to any of these targets; you should define them yourself in your |vimrc|. For example: > - nmap b CopyLinebreakToggle + nmap b (CopyLinebreakToggle) < AUTHOR *copy_linebreak-author* diff --git a/plugin/copy_linebreak.vim b/plugin/copy_linebreak.vim index ef7e4d2..e437e03 100644 --- a/plugin/copy_linebreak.vim +++ b/plugin/copy_linebreak.vim @@ -47,11 +47,11 @@ endfunction " Provide mappings to the functions just defined noremap - \ CopyLinebreakEnable + \ (CopyLinebreakEnable) \ :call CopyLinebreakEnable() noremap - \ CopyLinebreakDisable + \ (CopyLinebreakDisable) \ :call CopyLinebreakDisable() noremap - \ CopyLinebreakToggle + \ (CopyLinebreakToggle) \ :call CopyLinebreakToggle() -- cgit v1.2.3 From 43ceb596878426e4710f3ba24863eb6b8e7570a9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 12 Jul 2018 13:00:08 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8f0916f..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0 -- cgit v1.2.3