diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-30 16:49:22 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-30 16:49:22 +1200 |
commit | e8a10625ad250943eff843e7a76aa048292318f5 (patch) | |
tree | 6ce10fdca753847481624e3eb047f3df90383cac /plugin/write_mkpath.vim | |
parent | Merge branch 'release/v0.3.0' into develop (diff) | |
download | vim-write-mkpath-e8a10625ad250943eff843e7a76aa048292318f5.tar.gz vim-write-mkpath-e8a10625ad250943eff843e7a76aa048292318f5.zip |
Update comment in plugin file
Diffstat (limited to 'plugin/write_mkpath.vim')
-rw-r--r-- | plugin/write_mkpath.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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 |