From 598090797c2cb3a4fe945d2eacd3eca42a0cfe5d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 31 May 2020 01:15:36 +1200 Subject: First version from tejr dotfiles v9.12.0 --- plugin/put_date.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugin/put_date.vim (limited to 'plugin') diff --git a/plugin/put_date.vim b/plugin/put_date.vim new file mode 100644 index 0000000..7848e95 --- /dev/null +++ b/plugin/put_date.vim @@ -0,0 +1,6 @@ +if exists('loaded_put_date') || &compatible || !exists('*strftime') + finish +endif +let loaded_put_date = 1 +command! -bang -bar -nargs=* -range PutDate + \ call put_date#(, ==# '!', ) -- cgit v1.2.3