aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-30 16:49:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-30 16:49:45 +1200
commit2a712d8b119d993bfcd74575f0c4131280e4fea4 (patch)
tree33670627c8d0f5fb4fc7efb43fc7a5874b7d4567
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-write-mkpath-2a712d8b119d993bfcd74575f0c4131280e4fea4.tar.gz
vim-write-mkpath-2a712d8b119d993bfcd74575f0c4131280e4fea4.zip
Merge branch 'release/v0.4.0'v0.4.0
* release/v0.4.0: Update comment in plugin file
-rw-r--r--VERSION2
-rw-r--r--plugin/write_mkpath.vim4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 0d91a54..1d0ba9e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0
diff --git a/plugin/write_mkpath.vim b/plugin/write_mkpath.vim
index 4a47d70..334f24e 100644
--- a/plugin/write_mkpath.vim
+++ b/plugin/write_mkpath.vim
@@ -1,6 +1,6 @@
"
-" write_mkpath: If :write! is issued for a file that has nonexistent path
-" elements, create the full path with mkdir() before saving.
+" write_mkpath: Create any missing path elements in the path to a buffer's
+" filename before the buffer is written.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself