aboutsummaryrefslogtreecommitdiff
path: root/doc/write_mkpath.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/write_mkpath.txt')
-rw-r--r--doc/write_mkpath.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/write_mkpath.txt b/doc/write_mkpath.txt
new file mode 100644
index 0000000..8d7bcc2
--- /dev/null
+++ b/doc/write_mkpath.txt
@@ -0,0 +1,20 @@
+*write_mkpath.txt* For Vim version 7.0 Last change: 2019 May 28
+
+DESCRIPTION *write_mkpath*
+
+If |:write!| is issued for a file that has nonexistent path elements, create
+the full path with |mkdir()| before saving.
+
+REQUIREMENTS *write_mkpath-requirements*
+
+This plugin only loads if 'compatible' is not set.
+
+AUTHOR *write_mkpath-author*
+
+Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.
+
+LICENSE *write_mkpath-license*
+
+Licensed for distribution under the same terms as Vim itself (see |license|).
+
+ vim:tw=78:ts=8:ft=help:norl: