From ed27e0c2e214d5210c329c6506fc4d0598206940 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 7 Jun 2018 22:05:45 +1200 Subject: Correct a comment --- plugin/copy_linebreak.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/copy_linebreak.vim b/plugin/copy_linebreak.vim index 7efa8cc..f9c06ae 100644 --- a/plugin/copy_linebreak.vim +++ b/plugin/copy_linebreak.vim @@ -44,7 +44,7 @@ function! s:CopyLinebreakToggle() endif endfunction -" Provide mappings to the function just defined +" Provide mappings to the functions just defined noremap \ CopyLinebreakEnable \ :call CopyLinebreakEnable() -- cgit v1.2.3