aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/copy_linebreak.vim2
1 files changed, 1 insertions, 1 deletions
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 <silent> <unique>
\ <Plug>CopyLinebreakEnable
\ :<C-U>call <SID>CopyLinebreakEnable()<CR>