aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/wchat/plugin/wchat.vim
blob: 7c178985b310a6792dd87216d5868f9efdd275ad (plain)
1
2
3
4
5
6
7
8
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')