aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--doc/write_mkpath.txt4
2 files changed, 7 insertions, 4 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/
diff --git a/doc/write_mkpath.txt b/doc/write_mkpath.txt
index 9424184..76823d9 100644
--- a/doc/write_mkpath.txt
+++ b/doc/write_mkpath.txt
@@ -26,8 +26,8 @@ the buffer was first created, e.g. after a |:cd| change.
AUTHOR *write_mkpath-author*
-Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.
-Inspired by Damian Conway's automkdir.vim plugin:
+Written and maintained by Tom Ryder <tom@sanctum.geek.nz>. Inspired by Damian
+Conway's `automkdir.vim` plugin:
<https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup/blob/cbe1fb5/plugin/automkdir.vim>
LICENSE *write_mkpath-license*