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 --- plugin/copy_linebreak.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugin/copy_linebreak.vim') 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