aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/put_date.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/put_date.vim')
-rw-r--r--vim/plugin/put_date.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/plugin/put_date.vim b/vim/plugin/put_date.vim
index 0828abe4..d911486e 100644
--- a/vim/plugin/put_date.vim
+++ b/vim/plugin/put_date.vim
@@ -2,10 +2,5 @@ if exists('loaded_put_date')
finish
endif
let loaded_put_date = 1
-
-" Define a :PutDate command that inserts a line into the buffer with an
-" RFC-2822 date string, using the system strftime() implementation. Allow it
-" to accept a range which defaults to the current line.
-"
command! -bar -range PutDate
\ <line1>put =strftime('%a, %d %b %Y %T %z')