blob: 20032edd6db057b3523fb968f2bf893c7864646f (
plain) (
tree)
|
|
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/
|