aboutsummaryrefslogblamecommitdiff
path: root/vim/plugin/utc.vim
blob: e395ebd4f5b5c57cba0b91eff61d1a7cd1f9ce45 (plain) (tree)
1
2
3
4
5
6



                       
                                            
                            
if exists('loaded_utc')
  finish
endif
let loaded_utc = 1
command! -bar -complete=command -nargs=1 UTC
      \ call s:UTC(<q-args>)