aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-07 22:05:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-07 22:05:45 +1200
commited27e0c2e214d5210c329c6506fc4d0598206940 (patch)
treed6e70b28457c0fcc0b85c26b323a942284375c31
parentClear cache variable on use (diff)
downloadvim-copy-linebreak-ed27e0c2e214d5210c329c6506fc4d0598206940.tar.gz
vim-copy-linebreak-ed27e0c2e214d5210c329c6506fc4d0598206940.zip
Correct a comment
-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>