aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/utc.vim
blob: 9b8b647af2222cd56e182c87bc69068658a778aa (plain) (blame)
1
2
3
4
5
6
if exists('loaded_utc')
  finish
endif
let loaded_utc = 1
command! -bar -complete=command -nargs=1 UTC
      \ call utc#(<q-args>)