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.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/plugin/utc.vim b/vim/plugin/utc.vim
deleted file mode 100644
index 9b8b647a..00000000
--- a/vim/plugin/utc.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-if exists('loaded_utc')
- finish
-endif
-let loaded_utc = 1
-command! -bar -complete=command -nargs=1 UTC
- \ call utc#(<q-args>)