diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-01 18:52:40 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-01 18:52:40 +1200 |
commit | 3537a49c4c9a0d3ac86e9287fd34abc637763f9f (patch) | |
tree | b6c9959995d1b9e6b4ca4b82184108fe315e00d9 /plugin/write_mkpath.vim | |
parent | Use :file to recognise created path at end of hook (diff) | |
download | vim-write-mkpath-3537a49c4c9a0d3ac86e9287fd34abc637763f9f.tar.gz vim-write-mkpath-3537a49c4c9a0d3ac86e9287fd34abc637763f9f.zip |
Add Vim v7.3 dependency
Diffstat (limited to 'plugin/write_mkpath.vim')
-rw-r--r-- | plugin/write_mkpath.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/write_mkpath.vim b/plugin/write_mkpath.vim index ea53191..64bb6c2 100644 --- a/plugin/write_mkpath.vim +++ b/plugin/write_mkpath.vim @@ -5,7 +5,7 @@ " Author: Tom Ryder <tom@sanctum.geek.nz> " License: Same as Vim itself " -if exists('loaded_write_mkpath') || &compatible || v:version < 700 +if exists('loaded_write_mkpath') || &compatible || v:version < 703 finish endif |