aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/date/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/date/plugin')
-rw-r--r--bundle/date/plugin/date.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundle/date/plugin/date.vim b/bundle/date/plugin/date.vim
new file mode 100644
index 0000000..a03ce22
--- /dev/null
+++ b/bundle/date/plugin/date.vim
@@ -0,0 +1,6 @@
+if exists('g:loaded_date')
+ finish
+endif
+let g:loaded_date = 1
+
+command! -nargs=? DateInsert call date#Insert(<q-args>)