aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/copy_linebreak.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/copy_linebreak.vim')
-rw-r--r--vim/plugin/copy_linebreak.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/plugin/copy_linebreak.vim b/vim/plugin/copy_linebreak.vim
index ac21b66d..cba2c866 100644
--- a/vim/plugin/copy_linebreak.vim
+++ b/vim/plugin/copy_linebreak.vim
@@ -3,7 +3,6 @@
" showbreak characters and breakindent mode on and off, for convenience of
" copying multiple lines from terminal emulators.
"
-" Suggested mapping: <leader>b
"
if has('eval')
@@ -30,7 +29,6 @@ if has('eval')
endfunction
" Provide mapping proxy to the function just defined
- " Suggested mapping: <leader>b
noremap <Plug>CopyLinebreak
\ :<C-U>call <SID>CopyLinebreak()<CR>
endif