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.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/plugin/copy_linebreak.vim b/vim/plugin/copy_linebreak.vim
index 1dc537d4..5c8d5f77 100644
--- a/vim/plugin/copy_linebreak.vim
+++ b/vim/plugin/copy_linebreak.vim
@@ -31,6 +31,7 @@ if has('eval')
endfunction
" Provide mapping proxy to the function just defined
- noremap <Plug>CopyLinebreak
+ noremap <silent> <unique>
+ \ <Plug>CopyLinebreak
\ :<C-U>call <SID>CopyLinebreak()<CR>
endif