aboutsummaryrefslogtreecommitdiff
path: root/plugin/fixed_join.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/fixed_join.vim')
-rw-r--r--plugin/fixed_join.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugin/fixed_join.vim b/plugin/fixed_join.vim
index f64b650..d039d53 100644
--- a/plugin/fixed_join.vim
+++ b/plugin/fixed_join.vim
@@ -52,10 +52,3 @@ noremap <silent> <unique>
nmap <unique>
\ J
\ <Plug>FixedJoin
-
-" Create a command as well in case it's useful
-if has('user_commands')
- command -nargs=0
- \ FixedJoin
- \ call <SID>FixedJoin()
-endif