aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-31 01:15:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-31 01:20:33 +1200
commit598090797c2cb3a4fe945d2eacd3eca42a0cfe5d (patch)
tree96daceb67ab452bdb98cbc63d78112454c20c370 /README.md
downloadvim-put-date-598090797c2cb3a4fe945d2eacd3eca42a0cfe5d.tar.gz
vim-put-date-598090797c2cb3a4fe945d2eacd3eca42a0cfe5d.zip
First version from tejr dotfiles v9.12.0v0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..469b518
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+put\_date.vim
+=============
+
+This plugin provides a convenience wrapper around `strftime()` to insert the
+current date and time in the buffer, defaulting to RFC2822 format, and
+requiring neither percent signs nor quoting for any specified format.
+
+ :PutDate
+ Sun, 31 May 2020 01:04:41 +1200
+ :PutDate d/m/Y
+ 31/05/2020
+
+An attempt to use the UTC time zone rather than the local time zone is made if
+a bang is added:
+
+ :PutDate!
+ Sat, 30 May 2020 13:04:14 +0000
+ :PutDate!
+ 13
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+See `:help license`.
+
+[1]: https://sanctum.geek.nz/