aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-01 18:11:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-01 18:11:52 +1200
commit336d46e800cfa51b5923ca7263c2eedd5b4c7cfb (patch)
tree117a0e56d7bc693fc20d8c084f0e862296db9643 /README.md
parentMerge branch 'hotfix/v1.1.2' (diff)
parentBump VERSION (diff)
downloadvim-write-mkpath-336d46e800cfa51b5923ca7263c2eedd5b4c7cfb.tar.gz
vim-write-mkpath-336d46e800cfa51b5923ca7263c2eedd5b4c7cfb.zip
Merge branch 'release/v2.0.0'v2.0.0
* release/v2.0.0: Wrap and quote attribution in README and :help doc Throw away the path absolution hooks
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/