aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 20032edd6db057b3523fb968f2bf893c7864646f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
write\_mkpath.vim
=================

This plugin supports creation of any missing path elements in the path to a
buffer's filename before the buffer is written.

If `'confirm'` is enabled on `:write` or `:w`, the user will be prompted to
confirm that Vim should create any missing path elements.

On `:write!` or `:w!`, the path will be created automatically, ignoring the
value of `'confirm'`.

License
-------

Copyright (c) [Tom Ryder][1].  Distributed under the same terms as Vim itself.
See `:help license`.

[1]: https://sanctum.geek.nz/