diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | plugin/write_mkpath.vim | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |