aboutsummaryrefslogtreecommitdiff
path: root/doc/write_mkpath.txt
blob: 8d7bcc277ce0bd69ae3f89ffd0643d590fa61212 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: