aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/date/plugin/date.vim
blob: a03ce221a74fc7051f0765357e762b68b8ea2389 (plain)
1
2
3
4
5
6
if exists('g:loaded_date')
	finish
endif
let g:loaded_date = 1

command! -nargs=? DateInsert call date#Insert(<q-args>)