aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/put_date.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-31 01:27:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-31 01:27:15 +1200
commit5ba79325a3ee4cb7d7217c4de3006abc51ba5f99 (patch)
tree9f3e6857d4234b6827db7a03d45132af53a57a99 /vim/plugin/put_date.vim
parentMerge branch 'release/v9.12.0' into develop (diff)
downloaddotfiles-5ba79325a3ee4cb7d7217c4de3006abc51ba5f99.tar.gz
dotfiles-5ba79325a3ee4cb7d7217c4de3006abc51ba5f99.zip
Spin put_date.vim out into its own plugin
Diffstat (limited to 'vim/plugin/put_date.vim')
-rw-r--r--vim/plugin/put_date.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/plugin/put_date.vim b/vim/plugin/put_date.vim
deleted file mode 100644
index 7848e95f..00000000
--- a/vim/plugin/put_date.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-if exists('loaded_put_date') || &compatible || !exists('*strftime')
- finish
-endif
-let loaded_put_date = 1
-command! -bang -bar -nargs=* -range PutDate
- \ call put_date#(<q-line1>, <q-bang> ==# '!', <q-args>)