From 1fffa6426c1c511668ccf4f5d17a63e94536d5e9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 May 2019 16:40:58 +1200 Subject: Extend to respect 'confirm' if set --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index aefaaa4..ed9be85 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ write\_mkpath.vim ================= -If `:write!` is issued for a file that has nonexistent path elements, create -the full path with `mkdir()` before saving. +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 ------- -- cgit v1.2.3