aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/wchat/plugin/wchat.vim
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/wchat/plugin/wchat.vim')
-rw-r--r--bundle/wchat/plugin/wchat.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundle/wchat/plugin/wchat.vim b/bundle/wchat/plugin/wchat.vim
deleted file mode 100644
index 7c17898..0000000
--- a/bundle/wchat/plugin/wchat.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if exists('g:loaded_wchat')
- finish
-endif
-let g:loaded_wchat = 1
-
-" Write to a temporary file labelled with the current time.
-command! -nargs=0 -bang WChat
- \ execute ":write\<bang> /tmp/ch" . strftime('%H%M')