aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/write_mkpath.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/write_mkpath.txt b/doc/write_mkpath.txt
index 3416629..76823d9 100644
--- a/doc/write_mkpath.txt
+++ b/doc/write_mkpath.txt
@@ -20,17 +20,14 @@ This plugin only loads if 'compatible' is not set.
CAVEATS *write_mkpath-caveats*
-In Vim 7.0 and 7.1, the path will be created relative to Vim's working
-directory at the time of the write operation, which might not be the same as
-the working directory when the buffer was first created, e.g. after a |:cd|
-change. This is worked around safely in Vim 7.2 and newer by calculating an
-absolute path for new buffers with nonexistent relative paths, but filename
-escaping bugs in earlier versions preclude the same fix in older versions.
+The path will be created relative to Vim's working directory at the time of
+the write operation, which might not be the same as the working directory when
+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*