aboutsummaryrefslogtreecommitdiff
path: root/plugin/copy_linebreak.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 12:59:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 12:59:37 +1200
commitd23b74d5a4ea06ea416d0cf2089fc334cb63bfd9 (patch)
treec9f2433561878a9c7b6b830babb5201168e63d69 /plugin/copy_linebreak.vim
parentMerge branch 'release/0.5.0' into develop (diff)
downloadvim-copy-linebreak-d23b74d5a4ea06ea416d0cf2089fc334cb63bfd9.tar.gz
vim-copy-linebreak-d23b74d5a4ea06ea416d0cf2089fc334cb63bfd9.zip
Parenthesize plugin maps
Diffstat (limited to 'plugin/copy_linebreak.vim')
-rw-r--r--plugin/copy_linebreak.vim6
1 files changed, 3 insertions, 3 deletions
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 <silent>
- \ <Plug>CopyLinebreakEnable
+ \ <Plug>(CopyLinebreakEnable)
\ :<C-U>call <SID>CopyLinebreakEnable()<CR>
noremap <silent>
- \ <Plug>CopyLinebreakDisable
+ \ <Plug>(CopyLinebreakDisable)
\ :<C-U>call <SID>CopyLinebreakDisable()<CR>
noremap <silent>
- \ <Plug>CopyLinebreakToggle
+ \ <Plug>(CopyLinebreakToggle)
\ :<C-U>call <SID>CopyLinebreakToggle()<CR>