aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/utc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/utc.vim')
-rw-r--r--vim/plugin/utc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/plugin/utc.vim b/vim/plugin/utc.vim
index 39eebad8..8fb84890 100644
--- a/vim/plugin/utc.vim
+++ b/vim/plugin/utc.vim
@@ -27,5 +27,5 @@ endfunction
" The :UTC command itself completes another command name, and accepts one
" required argument, which it passes in quoted form to the helper function.
"
-command! -complete=command -nargs=1 UTC
+command! -bar -complete=command -nargs=1 UTC
\ call s:UTC(<q-args>)