aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-30 00:42:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-30 00:42:27 +1200
commit53f1a5c423af025ea02ad3ee92099100994b8cb9 (patch)
tree86a4882170aeae47d9d8f4bc05e84b0f8337b7ef /doc
downloadvim-write-mkpath-53f1a5c423af025ea02ad3ee92099100994b8cb9.tar.gz
vim-write-mkpath-53f1a5c423af025ea02ad3ee92099100994b8cb9.zip
First versionv0.1.0
Diffstat (limited to 'doc')
-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: