aboutsummaryrefslogtreecommitdiff
path: root/plugin/write_mkpath.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-01 18:54:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-01 18:54:28 +1200
commit965dad00d5e667cbf410c77b01862e5767475cae (patch)
treed2ee14c354cd04767c6ba06e749a5e102a9f4183 /plugin/write_mkpath.vim
parentMerge branch 'release/v2.0.0' (diff)
parentBump VERSION (diff)
downloadvim-write-mkpath-965dad00d5e667cbf410c77b01862e5767475cae.tar.gz
vim-write-mkpath-965dad00d5e667cbf410c77b01862e5767475cae.zip
Merge branch 'hotfix/v2.0.1'v2.0.1
* hotfix/v2.0.1: Add Vim v7.3 dependency Use :file to recognise created path at end of hook
Diffstat (limited to 'plugin/write_mkpath.vim')
-rw-r--r--plugin/write_mkpath.vim2
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