aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-01 18:10:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-01 18:11:09 +1200
commit9659e5828e726dc9f958680a90f8488b3184023b (patch)
tree2c476904cfea0f7e532b9da8864afc0ef6603a3a /README.md
parentThrow away the path absolution hooks (diff)
downloadvim-write-mkpath-9659e5828e726dc9f958680a90f8488b3184023b.tar.gz
vim-write-mkpath-9659e5828e726dc9f958680a90f8488b3184023b.zip
Wrap and quote attribution in README and :help doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 20032ed..e93b5bd 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,13 @@ confirm that Vim should create any missing path elements.
On `:write!` or `:w!`, the path will be created automatically, ignoring the
value of `'confirm'`.
+Inspired by Damian Conway's [`automkdir.vim` plugin][1].
+
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][2]. Distributed under the same terms as Vim itself.
See `:help license`.
-[1]: https://sanctum.geek.nz/
+[1]: https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup/blob/cbe1fb5/plugin/automkdir.vim
+[2]: https://sanctum.geek.nz/