aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/fixed_join.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/fixed_join.vim')
-rw-r--r--vim/plugin/fixed_join.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/plugin/fixed_join.vim b/vim/plugin/fixed_join.vim
index c002f667..5e3a5c2b 100644
--- a/vim/plugin/fixed_join.vim
+++ b/vim/plugin/fixed_join.vim
@@ -24,6 +24,7 @@ if has('eval')
endfunction
" Create mapping proxy to the function just defined
- noremap <Plug>FixedJoin
+ noremap <silent> <unique>
+ \ <Plug>FixedJoin
\ :<C-U>call <SID>FixedJoin()<CR>
endif