From 53f1a5c423af025ea02ad3ee92099100994b8cb9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 00:42:27 +1200 Subject: First version --- doc/write_mkpath.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/write_mkpath.txt (limited to 'doc/write_mkpath.txt') 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 . + +LICENSE *write_mkpath-license* + +Licensed for distribution under the same terms as Vim itself (see |license|). + + vim:tw=78:ts=8:ft=help:norl: -- cgit v1.2.3