aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e93b5bd8653c5fef5cde93d2b50994563e8fc541 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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'`.

Inspired by Damian Conway's [`automkdir.vim` plugin][1].

License
-------

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

[1]: https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup/blob/cbe1fb5/plugin/automkdir.vim
[2]: https://sanctum.geek.nz/